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