修改bug

ww
wangwei 2 years ago
parent 6843c80918
commit d396bf1124

@ -31,7 +31,7 @@
<el-form-item>
<el-button-group>
<el-button type="primary" icon="el-icon-refresh" @click="onReset"></el-button>
<el-button type="primary" icon="search" @click="getList"></el-button>
<el-button type="primary" icon="search" @click="onSubmit"></el-button>
<el-button type="primary" @click.native="handleForm(null, null,'addTop')"
:disabled="!configParms.basicThirdInv"
>
@ -382,7 +382,6 @@ export default {
handleCurrentChange(val) {
this.query.page = val;
this.getList();
this.query.page=1;
},
handInvCurrentChange(row) {
@ -418,7 +417,9 @@ export default {
this.getList();
},
onSubmit() {
this.query.page=1;
this.getList();
},
getList() {
this.loading = true;

Loading…
Cancel
Save