|
|
@@ -132,6 +132,7 @@
|
|
|
</checkbox>
|
|
|
</view>
|
|
|
<view>
|
|
|
+
|
|
|
<u-button v-if='rootCategoryLevelId != 23' type="success" size="small" class="u-reset-button"
|
|
|
:disabled="!checkListLen" @click="jumpAdd(1)">
|
|
|
<view> 选择( {{ checkListLen }} ) </view>
|
|
|
@@ -414,12 +415,14 @@
|
|
|
|
|
|
treeByPid(params).then(res => {
|
|
|
this.classificationList = res
|
|
|
+ console.log(11, res)
|
|
|
this.confirm([res[0].id], res[0].name, res[0].rootCategoryLevelId)
|
|
|
})
|
|
|
},
|
|
|
|
|
|
confirm(id, name, rootCategoryLevelId) {
|
|
|
this.rootCategoryLevelId = rootCategoryLevelId
|
|
|
+ console.log(333,this.rootCategoryLevelId )
|
|
|
this.categoryLevelId = id
|
|
|
|
|
|
this.list = []
|