补充修复

This commit is contained in:
aixianling
2022-02-25 13:50:14 +08:00
parent f71db402d3
commit 85b51faa89
2 changed files with 3 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ export default {
methods: {
getTableData() {
this.instance.post("/appportaluserenterprise/list", null, {
params: {...this.page, ...this.search}
params: {...this.page, ...this.search, enterpriseStatus: 0}
}).then(res => {
if (res?.data) {
this.tableData = res.data?.records