This commit is contained in:
shidongli 2024-06-05 15:29:45 +08:00
parent d0f72b5caf
commit 73d55bb6fe

View File

@ -328,6 +328,7 @@ export default {
/** 新增按钮操作 */
handleAdd() {
this.reset();
this.form_departmentlist=[];
this.open = true;
this.title = "添加黑名单";
},