Compare commits

...

2 Commits

Author SHA1 Message Date
xiaozhiyong
1973d1f0ac Merge 2023-03-17 15:06:53 +08:00
xiaozhiyong
778f1626f5 更新 2023-03-17 15:05:10 +08:00

View File

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