src/views/securityUnit/transRegionalcompany.vue
@@ -362,7 +362,10 @@ }); }, handleSubmit(form, done) { console.log(form); form["createUserId"] = this.userInfo.Id; // console.log(form); // done(); // return; adddata(form).then((res) => { if (res.data.success) { this.$message({ @@ -377,6 +380,7 @@ message: "提交失败", type: "warning", }); done(); } }); },