人员管理树

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(`请选择部门`)
}

View File

@@ -396,7 +396,6 @@ export default {
this.Groups = []
if (this.project !== '') {
getMachines(this.project).then(response => {
console.log(response.data)
for (let i = 0; i < response.data.length; i++) {
this.Machines.push({
label: response.data[i].机床图号,