|
@@ -1030,7 +1030,7 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
this.leftloading = true;
|
|
this.leftloading = true;
|
|
- if (value.toString().indexOf(',') >= 0) {
|
|
|
|
|
|
+ if (value&&value.toString().indexOf(',') >= 0) {
|
|
//私有库
|
|
//私有库
|
|
if(this.templateType==1){
|
|
if(this.templateType==1){
|
|
this.projectForm.referenceWbsTemplateType='private'
|
|
this.projectForm.referenceWbsTemplateType='private'
|