|
@@ -203,8 +203,8 @@
|
|
const userLoginDTO = JSON.parse(localStorage.getItem('userLoginDTO'))
|
|
const userLoginDTO = JSON.parse(localStorage.getItem('userLoginDTO'))
|
|
this.modifier = userLoginDTO && userLoginDTO.linkman
|
|
this.modifier = userLoginDTO && userLoginDTO.linkman
|
|
this.ruleTypeList=ruleTypeList;
|
|
this.ruleTypeList=ruleTypeList;
|
|
- this.devTypeList=devTypeList;
|
|
|
|
- this.accuracyTypeList=accuracyTypeList;
|
|
|
|
|
|
+ this.devTypeList=devTypeList || [];
|
|
|
|
+ this.accuracyTypeList=accuracyTypeList || [];
|
|
this.devTypeList.shift();
|
|
this.devTypeList.shift();
|
|
this.accuracyTypeList.shift();
|
|
this.accuracyTypeList.shift();
|
|
if(isEdit){
|
|
if(isEdit){
|