This commit is contained in:
2024-01-29 14:11:06 +08:00
parent 9f762ffa9e
commit 1b405d4180

View File

@@ -189,6 +189,7 @@
handleReturn(isreload) {
if (isreload === 'true') this.$emit('reloadlist')
this.imgList = []
this.hideUploadBtn = true
this.formobj = {
sid: '',
name: '',
@@ -209,6 +210,7 @@
},
showAdd() {
console.log(this.imgList, 88888888)
this.hideUploadBtn = this.imgList.length != 0
},
showEdit(row) {
req.goodsInit(row.sid)