保安服务单位许可和备案申请系统
tangzy
2021-08-13 af7f59aa953cac8c40921d37d2ba9aac7c4facdb
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) {