【类 型】:fix

【原  因】:oldFile字段用了空数组 导致序列化 bug
【过  程】:把oldFile字段改为 空白字符串
【影  响】:
This commit is contained in:
sszdot 2024-12-12 19:03:07 +08:00
parent a5def2922d
commit c2ba68ec63
2 changed files with 3 additions and 1 deletions

View File

@ -94,7 +94,7 @@ export default {
stock: '',
purchase_channel: '',
upFile: '',
oldFile: []
oldFile: ''
},
skuId: this.$route.params.id, // get id
pageState: 'add', //

View File

@ -108,6 +108,8 @@ export default {
email: '',
price_min: '',
weight_max: '',
default_transport_price: '',
default_pack_price: '',
desc: '',
upFile: '',
oldFile: '',