This commit is contained in:
liushuai
2020-04-18 17:41:57 +08:00
parent 1dffa2a8c3
commit 0bd9cd0189
6 changed files with 38 additions and 10 deletions

View File

@@ -359,7 +359,7 @@ export default {
if (val[i].进程 !== '编制中') {
this.jinyong = true
}
if (val[i].进程 === '编制中') {
if (val[i].进程 === '编制中' || val[i].进程 === '未分配') {
this.jinyong1 = true
}
}