fix:上传成功后清空在售商品列表

This commit is contained in:
97694732@qq.com 2026-06-05 14:36:22 +08:00
parent 5806420843
commit f30fd2241f

View File

@ -2051,6 +2051,7 @@ export default {
this.publisher = ''
this.fixPrice = ''
this.printTime = ''
this.productList = []
} else {
this.noIsbnPhotoList = []
this.noIsbnBookName = ''
@ -2062,6 +2063,7 @@ export default {
this.noIsbnIsbn = ''
this.noIsbnUnifyIsbn = ''
this.noIsbnPrintTime = ''
this.noIsbnProductList = []
}
} catch (e) {
uni.hideLoading()