Commit 2b30f0d5 by liangzhen

重置清空修改

1 parent 0a2c27f1
...@@ -441,6 +441,7 @@ export default { ...@@ -441,6 +441,7 @@ export default {
this.pageSize = 10; this.pageSize = 10;
this.ruleForm.createStartTime = ""; this.ruleForm.createStartTime = "";
this.ruleForm.createEndTime = ""; this.ruleForm.createEndTime = "";
this.ruleForm.dates=[]
this.submitForm(); this.submitForm();
}, },
//详情 //详情
......
...@@ -289,6 +289,7 @@ export default { ...@@ -289,6 +289,7 @@ export default {
this.pageSize = 10; this.pageSize = 10;
this.ruleForm.createStartTime = ""; this.ruleForm.createStartTime = "";
this.ruleForm.createEndTime = ""; this.ruleForm.createEndTime = "";
this.ruleForm.dates=[]
this.submitForm(); this.submitForm();
}, },
//合规性检查评估 //合规性检查评估
......
...@@ -57,10 +57,10 @@ ...@@ -57,10 +57,10 @@
<el-button @click="submitForm()"> <el-button @click="submitForm()">
<img class="buttonIcon" src="../../assets/cx.png" />查询</el-button <img class="buttonIcon" src="../../assets/cx.png" />查询</el-button
> >
<el-button @click="resetForm('ruleForm')"> <el-button @click="resetForm()">
<img class="buttonIcon" src="../../assets/cz.png" />重置</el-button <img class="buttonIcon" src="../../assets/cz.png" />重置</el-button
> >
<el-button @click="detailsForm('ruleForm')"> <el-button @click="detailsForm()">
<img class="buttonIcon" src="../../assets/ck.png" />详情</el-button <img class="buttonIcon" src="../../assets/ck.png" />详情</el-button
> >
<el-button @click="add()"> <el-button @click="add()">
...@@ -768,6 +768,7 @@ export default { ...@@ -768,6 +768,7 @@ export default {
this.pageSize = 10; this.pageSize = 10;
this.ruleForm.createStartTime = ""; this.ruleForm.createStartTime = "";
this.ruleForm.createEndTime = ""; this.ruleForm.createEndTime = "";
this.ruleForm.dates=[]
this.submitForm(); this.submitForm();
}, },
//点击新增 //点击新增
......
...@@ -679,6 +679,7 @@ export default { ...@@ -679,6 +679,7 @@ export default {
this.pageSize = 10; this.pageSize = 10;
this.ruleForm.createStartTime = ""; this.ruleForm.createStartTime = "";
this.ruleForm.createEndTime = ""; this.ruleForm.createEndTime = "";
this.ruleForm.dates=[]
this.submitForm(); this.submitForm();
}, },
//详情 //详情
......
...@@ -439,6 +439,7 @@ export default { ...@@ -439,6 +439,7 @@ export default {
this.pageSize = 10; this.pageSize = 10;
this.ruleForm.planStartTime =""; this.ruleForm.planStartTime ="";
this.ruleForm.planEndTime = ""; this.ruleForm.planEndTime = "";
this.ruleForm.dates=[]
this.submitForm(); this.submitForm();
}, },
//提交评估材料 //提交评估材料
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!