补充修复
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user