src/views/record/record.vue
@@ -334,17 +334,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) { update(row).then(() => {