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) => {