拆分人员回显
This commit is contained in:
@@ -709,7 +709,10 @@
|
||||
|
||||
params.info_id=this.infoId
|
||||
params.menu_id=this.menuId
|
||||
console.log(this.contentList,'this.contentListthis.contentList')
|
||||
if (this.formInline.id) {
|
||||
params.menu_id=this.itemVal.menu_id
|
||||
}
|
||||
// console.log(this.contentList,'this.contentListthis.contentList')
|
||||
let contentList=JSON.parse(JSON.stringify(this.contentList))
|
||||
contentList.forEach((item,index)=>{
|
||||
if(item.type==='IMG'){
|
||||
@@ -722,8 +725,6 @@
|
||||
params.itemValEOList=contentList
|
||||
// console.log('paramsformInline',params)
|
||||
params.delItemIds=this.deleteIds.join(',')
|
||||
console.log(params,'paramsparams,paramsparams')
|
||||
console.log()
|
||||
axios({
|
||||
url: url,
|
||||
method: 'post',
|
||||
@@ -1079,6 +1080,7 @@
|
||||
this.visible=true
|
||||
this.type = 'edit'
|
||||
this.itemVal=item
|
||||
|
||||
// this.getForm(() => {
|
||||
// this.formInline=item
|
||||
// })
|
||||
|
||||
Reference in New Issue
Block a user