cyl/master-0804
wangxia 4 months ago
parent 14337f1612
commit f1cd7afa03

@ -687,7 +687,8 @@ export default {
that.getAgencyInfo().then(() => { that.getAgencyInfo().then(() => {
that.getAgencyById().then(() => { that.getAgencyById().then(() => {
// that.query.page++; // that.query.page++;
if (that.info.recordStatus == 3 || that.info.recordStatus == 4 || that.info.recordStatus == 6) { console.log('Boolean(e.agencyId)',Boolean(e.agencyId));
if (Boolean(e.agencyId) == false || that.info.recordStatus == 3 || that.info.recordStatus == 4 || that.info.recordStatus == 6) {
that.handleSubmit(); that.handleSubmit();
} else { } else {
if (that.info.recordStatus == 5) { if (that.info.recordStatus == 5) {

Loading…
Cancel
Save