fix:上传成功后清空图书分类下拉数据

This commit is contained in:
ShenQiLun 2026-07-02 15:27:51 +08:00
parent 73984f0997
commit 731c0658b4

View File

@ -2409,6 +2409,12 @@ export default {
this.noIsbnBinding = '' this.noIsbnBinding = ''
this.noIsbnProductList = [] this.noIsbnProductList = []
this.noIsbnMarketData = { onSale: 0, old: 0, new: 0, sold: 0 } this.noIsbnMarketData = { onSale: 0, old: 0, new: 0, sold: 0 }
//
this.noIsbnCategoryList = []
this.noIsbnCategoryNames = ['请输入书名后自动获取分类']
this.noIsbnCategoryIndex = 0
this.noIsbnSelectedCategoryValue = ''
this.noIsbnWordCount = ''
} catch (e) { } catch (e) {
uni.hideLoading() uni.hideLoading()
console.error('【syncBook】失败:', e) console.error('【syncBook】失败:', e)