资源分类
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user