fix:上传成功后清空图书分类下拉数据
This commit is contained in:
parent
73984f0997
commit
731c0658b4
@ -2409,6 +2409,12 @@ export default {
|
||||
this.noIsbnBinding = ''
|
||||
this.noIsbnProductList = []
|
||||
this.noIsbnMarketData = { onSale: 0, old: 0, new: 0, sold: 0 }
|
||||
// 清空图书分类数据
|
||||
this.noIsbnCategoryList = []
|
||||
this.noIsbnCategoryNames = ['请输入书名后自动获取分类']
|
||||
this.noIsbnCategoryIndex = 0
|
||||
this.noIsbnSelectedCategoryValue = ''
|
||||
this.noIsbnWordCount = ''
|
||||
} catch (e) {
|
||||
uni.hideLoading()
|
||||
console.error('【syncBook】失败:', e)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user