纳税
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user