bug修复
This commit is contained in:
parent
8312b214ff
commit
a710334a37
|
|
@ -195,7 +195,11 @@ export class StaffStore {
|
|||
value: ''
|
||||
}
|
||||
});
|
||||
const type = data.planId.valueObj[0].control_dimensions;
|
||||
let title = data.planId.valueObj[0].title;
|
||||
if(title != undefined) {
|
||||
title = title.replace(/ /g, "").split("|")[3];
|
||||
}
|
||||
const type = data.planId.valueObj[0].control_dimensions || title;
|
||||
this.condition = this.fcondition;
|
||||
switch(type) {
|
||||
case '分部':
|
||||
|
|
|
|||
Loading…
Reference in New Issue