Commit 82fe30b1 authored by 夏敏伟's avatar 夏敏伟

修改bug

parent 383c943c
...@@ -248,7 +248,7 @@ export default { ...@@ -248,7 +248,7 @@ export default {
handleCurrentChange_qw(pageNum) { handleCurrentChange_qw(pageNum) {
let _this = this; let _this = this;
let paramDatas = { let paramDatas = {
questionsName: _this.input == "" ? null : _this.input, questionName: _this.input == "" ? null : _this.input,
pageNum: pageNum, pageNum: pageNum,
pageRow: _this.pageRow, pageRow: _this.pageRow,
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment