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