This commit is contained in:
shijingjing
2022-04-01 18:21:35 +08:00
parent 8911edde23
commit 6294795ab5
6 changed files with 88 additions and 42 deletions

View File

@@ -65,7 +65,7 @@ export default {
export() {},
getTableData() {
this.instance.post("/appcreditadminstrativelicense/list", null, {
params: {...this.page, ...this.search, status: 1,...this.select}
params: {...this.page, ...this.search, ...this.select}
}).then(res => {
if (res?.data) {
this.tableData = res.data?.records