修改bug

ww
wangwei 3 years ago
parent 6843c80918
commit d396bf1124

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

Loading…
Cancel
Save