生成多条数据修改
This commit is contained in:
@@ -641,7 +641,7 @@
|
||||
if(res.success){
|
||||
// todo
|
||||
|
||||
console.log(res,'res...')
|
||||
// console.log(res,'res...')
|
||||
this.formInline=[...res.result]
|
||||
}
|
||||
})
|
||||
@@ -776,6 +776,8 @@
|
||||
.catch( (error) =>{
|
||||
console.log(error);
|
||||
}).finally(()=>{
|
||||
this.visible=false
|
||||
this.$emit('closeVisible',false)
|
||||
this.loading=false
|
||||
this.submitFlag=false
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user