[update] binaji

This commit is contained in:
zhaomeijing
2022-05-27 10:58:09 +08:00
parent fa200eb6bd
commit 8e7e6076a7
@@ -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
})
})
},