BUG 29193
This commit is contained in:
@@ -75,7 +75,7 @@ export default {
|
||||
methods: {
|
||||
getTableData() {
|
||||
this.instance.post("/app/apppartyfourlinkage/list", null, {
|
||||
params: {...this.page, ...this.search}
|
||||
params: {...this.page, ...this.search, status: 0}
|
||||
}).then(res => {
|
||||
if (res?.data) {
|
||||
this.tableData = res.data?.records
|
||||
|
||||
Reference in New Issue
Block a user