diff --git a/dangan-ui/src/views/dangan/catalog/index.vue b/dangan-ui/src/views/dangan/catalog/index.vue
index df07d7f..30fd981 100644
--- a/dangan-ui/src/views/dangan/catalog/index.vue
+++ b/dangan-ui/src/views/dangan/catalog/index.vue
@@ -103,8 +103,11 @@
{{ scope.row.muName }}
- {{ scope.row.sbCount }}
- {{ scope.row.sbCount }}
+ {{ scope.row.countNum }}
+ {{ scope.row.countNum }}
+
+
+
@@ -406,9 +409,9 @@ export default {
this.list = this.handleTree(response.data, "id","pid");
this.loading = false;
- countCatalog(this.queryParams).then(response => {
+ /*countCatalog(this.queryParams).then(response => {
this.list = this.handleTree(response.data, "id","pid");
- });
+ });*/
});
},
/** 转换目录数据结构 */
diff --git a/dangan-ui/src/views/dangan/czrkdj/index.vue b/dangan-ui/src/views/dangan/czrkdj/index.vue
index bf5465d..b93f771 100644
--- a/dangan-ui/src/views/dangan/czrkdj/index.vue
+++ b/dangan-ui/src/views/dangan/czrkdj/index.vue
@@ -129,7 +129,11 @@
-
+
+
+ {{ scope.row.picIds }}
+
+
@@ -2716,6 +2720,10 @@ export default {
this.loading = false;
});
},
+ getSiBieList(picIds){
+ this.queryParams.picIds=picIds;
+ this.getList()
+ },
// 取消按钮
cancel() {
this.open_jc = false;