|
|
@ -141,12 +141,14 @@ export default { |
|
|
|
}, |
|
|
|
// 点击查询按钮获取信息 |
|
|
|
getDataListOnClickButton () { |
|
|
|
// 点击查询按钮,重新初始化页数 |
|
|
|
this.page = 1 |
|
|
|
var param = { |
|
|
|
'ruleCode': this.dataForm.ruleCode, |
|
|
|
'ruleDesc': this.dataForm.ruleDesc, |
|
|
|
'operationType': this.dataForm.operationType, |
|
|
|
'enableFlag': this.dataForm.enableFlag, |
|
|
|
'page': 1, |
|
|
|
'page': this.page, |
|
|
|
'limit': this.limit |
|
|
|
} |
|
|
|
this.$http.get(`/points/pointsrule/page`, { params: param }).then(({ data: res }) => { |
|
|
|