Commit 3c7fb377 by wangweidong

文件名大小写错误

parent 90339417
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
label="开立有效日期" label="交易有效日期"
prop="opndatfrom" prop="opndatfrom"
style="width: 100%" style="width: 100%"
> >
......
...@@ -49,6 +49,7 @@ export default { ...@@ -49,6 +49,7 @@ export default {
} }
this.load = false; this.load = false;
}, },
//nothing
async handleReset() { async handleReset() {
this.model.infcon.seaownref = ""; this.model.infcon.seaownref = "";
this.model.infcon.opndatfrom = new Date(); this.model.infcon.opndatfrom = new Date();
......
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