人员管理树

This commit is contained in:
zhangdingyu
2018-11-27 14:20:21 +08:00
parent 30a60e2806
commit 2a06a9692c
2 changed files with 1 additions and 1 deletions

View File

@@ -470,6 +470,7 @@ export default {
deleteTable() {
if (this.id) {
this.deleteRow(delList, this.id, function() { this.getTreeData() })
this.i = 1
} else {
this.$message.warning(`请选择部门`)
}