components/mold.vue
@@ -279,10 +279,11 @@ title: res.data.outMsg || '', icon: 'error' }); if (res.data.outSum === "1") { // 允许继续后续逻辑 } else { return; } if (res.status === 0) { await this.fetchFormData(); } if (res.status === 0) { await this.fetchFormData(); @@ -326,8 +327,12 @@ title: res.data.outMsg || '', icon: 'error' }); if (res.data.outSum === "1") { // 允许继续后续逻辑 } else { return; } } if (res.status === 0) { await this.fetchFormData(); }