收藏列表

This commit is contained in:
caoyang
2022-02-25 16:07:56 +08:00
parent 59aaf52dda
commit 51484a49e1
7 changed files with 192 additions and 54 deletions
+2 -2
View File
@@ -283,7 +283,7 @@
},
/** 上传文件的回调 */
uploadSuccess(data) {
console.log(data)
// console.log(data)
let attIdList = []
if(data && data.length>0){
data.map(item => {
@@ -343,7 +343,7 @@
rules[res.db_field_name] = rule
}
})
console.log(rules)
// console.log(rules)
this.$set(this, 'rules', rules)
this.isFormInline = true
this.confirmLoading = false