hn2.0
fanluyan 2 years ago
parent 03bd9d5749
commit 34414181fe

@ -51,7 +51,7 @@
</el-form-item>
<el-form-item>
<el-button type="primary" @click="onSubmit"></el-button>
<!-- <el-button type="primary" @click="onReset"></el-button> -->
<el-button type="primary" @click="onReset"></el-button>
</el-form-item>
</el-form>
</div>
@ -523,9 +523,11 @@ export default {
},
//
onReset() {
this.formdata = {};
this.getSearchdy();
this.page = 1
this.pageSize = 20
this.page = 1;
this.pageSize = 20;
this.terminalList();
},
////

Loading…
Cancel
Save