src/views/permit/permit.vue
@@ -336,17 +336,17 @@ loading(); window.console.log(error); }); addnw(row).then(() => { this.onLoad(this.page); this.$message({ type: "success", message: "操作成功!" }); done(); }, error => { loading(); window.console.log(error); }); // addnw(row).then(() => { // this.onLoad(this.page); // this.$message({ // type: "success", // message: "操作成功!" // }); // done(); // }, error => { // loading(); // window.console.log(error); // }); } , rowUpdate(row, index, done, loading) {