[update] 53952
This commit is contained in:
@@ -523,6 +523,11 @@ export default {
|
|||||||
this.contentList = []
|
this.contentList = []
|
||||||
this.contentListed = []
|
this.contentListed = []
|
||||||
this.visible = true
|
this.visible = true
|
||||||
|
if(value.technologyTerritory.split(',').length === 1){
|
||||||
|
value.technologyTerritory = value.technologyTerritory
|
||||||
|
} else {
|
||||||
|
value.technologyTerritory = value.technologyTerritory.split(',')
|
||||||
|
}
|
||||||
this.formInline = value
|
this.formInline = value
|
||||||
this.title = '编辑'
|
this.title = '编辑'
|
||||||
// 获取认证类别
|
// 获取认证类别
|
||||||
|
|||||||
Reference in New Issue
Block a user