资源分类

This commit is contained in:
shijingjing
2022-09-30 18:01:15 +08:00
parent fd90a48b9c
commit fb0291ff99
3 changed files with 113 additions and 11 deletions

View File

@@ -14,7 +14,8 @@
</template>
</ai-search-bar>
<ai-table :tableData="tableData" :total="total" :current.sync="search.current" :size.sync="search.size"
@getList="getList()" :col-configs="colConfigs" :dict="dict" @sort-change="changeTableSort">
@getList="getList()" :col-configs="colConfigs" :dict="dict">
<!-- @sort-change="changeTableSort" -->
</ai-table>
</template>
</ai-list>
@@ -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: {