Compare commits
2 Commits
f9ea54767b
...
1973d1f0ac
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1973d1f0ac | ||
|
|
778f1626f5 |
@@ -238,8 +238,8 @@ export default {
|
|||||||
},
|
},
|
||||||
//table list
|
//table list
|
||||||
getByPage() {
|
getByPage() {
|
||||||
let data = Object.assign(this.parameter,{enableMark: 'ENABLE'});
|
this.parameter.params["enableMark"] = "ENABLE";
|
||||||
serve.getByPage(data).then((res) => {
|
serve.getByPage(this.parameter).then((res) => {
|
||||||
this.tableData = res.data.list;
|
this.tableData = res.data.list;
|
||||||
this.parameter.total = res.data.totalCount;
|
this.parameter.total = res.data.totalCount;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user