Compare commits
2 Commits
f9ea54767b
...
1973d1f0ac
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1973d1f0ac | ||
|
|
778f1626f5 |
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user