This commit is contained in:
xiaozhiyong
2023-03-17 15:05:10 +08:00
parent 10058dcc5d
commit 778f1626f5

View File

@@ -238,6 +238,7 @@ export default {
},
//table list
getByPage() {
this.parameter.params["enableMark"] = "ENABLE";
serve.getByPage(this.parameter).then((res) => {
this.tableData = res.data.list;
this.parameter.total = res.data.totalCount;