[update] binaji
This commit is contained in:
@@ -466,13 +466,17 @@ export default {
|
||||
this.formInline.isMust = '0'
|
||||
},
|
||||
editModel(value) {
|
||||
let _contentList = []
|
||||
this.visible = true
|
||||
this.title = '编辑'
|
||||
this.$nextTick(() => {
|
||||
this.formInline = value
|
||||
this.contentList = this.certCategoryParamsInfoEOListItem
|
||||
this.contentList.map((item,index) => {
|
||||
item.textVal = item.certCategory_dictText
|
||||
this.$nextTick(() => {
|
||||
value.certCategoryParamsInfoEOList.map((item, index) => {
|
||||
item.textVal = item.certCategory_dictText
|
||||
_contentList.push(item)
|
||||
})
|
||||
this.contentList = _contentList
|
||||
})
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user