|
|
|
@ -772,7 +772,7 @@ export default {
|
|
|
|
let that = this;
|
|
|
|
let that = this;
|
|
|
|
this.G.isLogin();
|
|
|
|
this.G.isLogin();
|
|
|
|
if (this.G.isLogin()) {
|
|
|
|
if (this.G.isLogin()) {
|
|
|
|
if (that.userInfo.agencyId) {
|
|
|
|
if (that.userInfo.agencyId && that.userInfo.fullName) {
|
|
|
|
// that.submitConfirm = true;
|
|
|
|
// that.submitConfirm = true;
|
|
|
|
// that.$refs.applyFlow.applyFlowWidthoutAgencyConfirm();
|
|
|
|
// that.$refs.applyFlow.applyFlowWidthoutAgencyConfirm();
|
|
|
|
that.$refs.applyFlow.applyFlowConfirm();
|
|
|
|
that.$refs.applyFlow.applyFlowConfirm();
|
|
|
|
|