|
|
|
@ -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) {
|
|
|
|
|