Commit def7b18d by wangna

infgid、infgcd重置修改

parent 47bd2f69
...@@ -98,6 +98,24 @@ export default { ...@@ -98,6 +98,24 @@ export default {
this.$notify.error({ title: '错误', message: '服务请求失败!' }); this.$notify.error({ title: '错误', message: '服务请求失败!' });
} }
}, },
async handleReset() {
this.model.infcon.seaownref = ""
this.model.infcon.opndatfrom = new Date();
this.model.infcon.opndatto = new Date();
this.isGuarantee = "";
this.model.infcon.nam = "";
this.model.infcon.pty.extkey = "";
this.model.infcon.seapty = "";
this.model.infcon.searef = "";
this.model.infcon.pty.nam = "";
this.model.infcon.searol = "";
this.model.infcon.usr.extkey = "";
this.model.infcon.seasta = "";
this.model.infcon.seacur = "";
this.model.infcon.seaamtfr = "";
this.model.infcon.seaamtto = "";
this.model.seagtyp = "";
},
} }
\ No newline at end of file
...@@ -375,9 +375,9 @@ export default { ...@@ -375,9 +375,9 @@ export default {
} }
}, },
async handleReset(formName) { // async handleReset(formName) {
this.$refs[formName].resetFields(); // this.$refs[formName].resetFields();
}, // },
async handleSearch() { async handleSearch() {
this.stmData.data = []; this.stmData.data = [];
...@@ -404,5 +404,34 @@ export default { ...@@ -404,5 +404,34 @@ export default {
} }
}, },
async handleReset() {
this.model.infcon.seaownref = ""
this.model.infcon.opndatfrom = new Date();
this.model.infcon.opndatto = new Date();
this.isGuarantee = "";
this.model.infcon.nam = "";
this.model.infcon.pty.extkey = "";
this.model.infcon.seapty = "";
this.model.infcon.searef = "";
this.model.infcon.pty.nam = "";
this.model.infcon.searol = "";
this.model.infcon.usr.extkey = "";
this.model.infcon.seasta = "";
this.model.infcon.seacur = "";
this.model.infcon.seaamtfr = "";
this.model.infcon.seaamtto = "";
this.model.seagtyp = "";
this.model.infcon.relflg = "";
this.model.infcon.hndtyp = "";
this.model.infcon.cxmflg = "";
this.model.seapurpos = "";
this.model.seahndtyp = "";
this.model.infcon.segtyp = "";
this.model.fromflg = "";
this.model.fenlishi = "";
this.model.cmtflg = "";
this.model.fingua = "";
},
} }
\ No newline at end of file
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<c-list-search <c-list-search
@form-reset="handleReset('paramsForm')" @form-reset="handleReset"
@form-search="handleSearch" @form-search="handleSearch"
> >
<!-- 持续展示区 --> <!-- 持续展示区 -->
......
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