liuyg
2021-09-26 3acd33943d3e168d009e1e008ab8a25771be8943
src/views/securityUnitChild/index.vue
@@ -435,6 +435,9 @@
  },
  methods: {
    submit0(row, done, loading) {
      if (this.userInfo.role_name == "保安公司管理员") {
        row["departmentid"] = this.userInfo.dept_id;
      }
      console.log(row);
      update(row).then(
        () => {
@@ -444,6 +447,7 @@
            type: "success",
            message: "操作成功!",
          });
          this.onloads();
          done();
        },
        (error) => {