packageDomain/pages/sampleBookList/index.js
@@ -512,6 +512,7 @@ //高级分类选择 onChangeIcon(e) { this.setData({ bookList: [], 'assortCheck.code': e.detail.value, stairCode: '', secondCode: '', @@ -528,11 +529,13 @@ `${this.data.assortCheck.code}\\${e.detail.value}` : this.data.assortCheck.code; this.setData({ bookList: [], pathList: [], stairCode: e.detail.value, secondCode: '', path: path, 'stairList.value': e.detail.value, 'secondList.value': "" }); this.getBookList(false); this.getSecondList(path);