Commit 96e3ec3e by wangna

infgid修改

parent 47cebe5a
......@@ -375,6 +375,10 @@ export default {
}
},
async handleReset(formName) {
this.$refs[formName].resetFields();
},
async handleSearch() {
this.stmData.data = [];
let opndatfrom = this.model.infcon.opndatfrom;
......
<template>
<div class="eibs-tab">
<c-list-search @form-reset="handleReset" @form-search="handleSearch">
<c-list-search @form-reset="handleReset('paramsForm')" @form-search="handleSearch">
<!-- 持续展示区 -->
<template v-slot="searchSlot">
<el-form
......@@ -10,6 +10,7 @@
label-position="left"
label-width="110px"
size="small"
:model="model"
>
<c-row>
<c-col :span="24">
......@@ -841,12 +842,12 @@ export default {
toGetopn() {
this.$router.history.push("/business/getopn");
},
handleReset: function () {
this.model = {
instNo: "",
instName: "",
};
},
// handleReset: function () {
// this.model = {
// instNo: "",
// instName: "",
// };
// },
},
created: function () {},
watch: {
......
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