diff --git a/pages/upload/upload.vue b/pages/upload/upload.vue index 35c0423..142d499 100644 --- a/pages/upload/upload.vue +++ b/pages/upload/upload.vue @@ -1933,7 +1933,7 @@ export default { if (catList.length > 0) { this.noIsbnCategoryNames = catList.map(function(item) { return item.showName + '(' + item.showValue + ')' }) this.noIsbnCategoryIndex = 0 - this.onNoIsbnCategorySelect(0) + this.noIsbnSelectedCategoryValue = catList[0] ? catList[0].value : '' } else { this.noIsbnCategoryNames = ['未获取到分类'] this.noIsbnCategoryIndex = 0