优化标签logo无法更换的问题

This commit is contained in:
gyq
2026-01-13 17:19:07 +08:00
parent e61a297d9a
commit 084084c008
4 changed files with 57 additions and 34 deletions

View File

@@ -233,7 +233,7 @@ import shopExtendApi from "@/api/account/shopExtend";
export default {
data() {
return {
tableActive: "",
tableActive: "ticket_logo",
tableData: [],
selectItem: {},
imageUrl: "",
@@ -248,7 +248,10 @@ export default {
methods: {
// 刷新列表数据
async doSubmit() {
this.selectItem.value = JSON.stringify(this.imgList)
// console.log('this.selectItem.value', this.selectItem.value);
// return
// this.selectItem.value = JSON.stringify(this.imgList)
await shopExtendApi.edit({
...this.selectItem,
autokey: this.selectItem.autoKey,