|
|
@@ -475,8 +475,12 @@
|
|
|
_newArr.splice(j, 1)
|
|
|
}
|
|
|
}
|
|
|
- this.enterpriseInfo.enBusinessScope = _newArr.join(',')
|
|
|
- this.scopeLabel = this.enterpriseInfo.enBusinessScope.split(',')
|
|
|
+ if (_newArr.length === 0) {
|
|
|
+ this.scopeLabel = []
|
|
|
+ } else {
|
|
|
+ this.enterpriseInfo.enBusinessScope = _newArr.join(',')
|
|
|
+ this.scopeLabel = this.enterpriseInfo.enBusinessScope.split(',')
|
|
|
+ }
|
|
|
return false
|
|
|
}
|
|
|
this.AddBtnShow = false
|