src/views/system/user/index.vue
@@ -448,10 +448,6 @@ } this.addLoad = true addDepartment(this.addOb).then(res => { if (res.code === 201) { this.addLoad = false return } this.$message.success('添加成功') this.addDia = false this.getList() @@ -656,10 +652,6 @@ person: this.multipleSelection, roleId: this.componentData.entity.roleId }).then(res => { if (res.code === 201) { this.addLoad = false return } this.$message.success('操作成功') this.multipleSelection = [] this.$refs.personTable.clearSelection()