diff --git a/project/pengliuyang/apps/AppCommunityResource/components/resourceClassification.vue b/project/pengliuyang/apps/AppCommunityResource/components/resourceClassification.vue
index da204480..36d26f4b 100644
--- a/project/pengliuyang/apps/AppCommunityResource/components/resourceClassification.vue
+++ b/project/pengliuyang/apps/AppCommunityResource/components/resourceClassification.vue
@@ -1,13 +1,118 @@
- 资源分类
+
+
+
+
+
+ 添加分类
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/project/pengliuyang/apps/AppCommunityResource/components/resourceList.vue b/project/pengliuyang/apps/AppCommunityResource/components/resourceList.vue
index b4c35e82..8a15ca33 100644
--- a/project/pengliuyang/apps/AppCommunityResource/components/resourceList.vue
+++ b/project/pengliuyang/apps/AppCommunityResource/components/resourceList.vue
@@ -10,7 +10,7 @@
-
+
@@ -63,7 +63,7 @@ export default {
label: "资源分类",
name: "resourceClassification",
comp: resourceClassification,
- permission: "",
+ permission: "app_appresourcecategory_detail",
},
]
}
@@ -73,7 +73,7 @@ export default {
},
methods: {
- changeArea() {
+ changeAreaId() {
this.$nextTick(() => {
// this.$refs[this.tabs[Number(this.currIndex)].name][0].getList()
})
diff --git a/project/pengliuyang/apps/AppCommunityResource/components/resourceManagement.vue b/project/pengliuyang/apps/AppCommunityResource/components/resourceManagement.vue
index 6eb230e1..5fdbcf80 100644
--- a/project/pengliuyang/apps/AppCommunityResource/components/resourceManagement.vue
+++ b/project/pengliuyang/apps/AppCommunityResource/components/resourceManagement.vue
@@ -14,7 +14,8 @@
+ @getList="getList()" :col-configs="colConfigs" :dict="dict">
+
@@ -38,7 +39,6 @@ export default {
size: 10,
resourceName: ''
},
- areaId: '',
total: 0,
tableData: [],
}
@@ -57,9 +57,6 @@ export default {
this.getList()
},
methods: {
- addResource() {
-
- },
getList() {
this.instance.post(`/app/appresourceinfo/list`,null,{
params: {