Commit 467735dc authored by 13841799530's avatar 13841799530

切换状态默认问题

解润东
20211110
parent 0c2ca69e
Pipeline #7079 passed with stage
in 27 seconds
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<thead> <thead>
<tr> <tr>
<th>序号</th> <th>序号</th>
<th>检查类型</th> <th>隐患类型</th>
<th>检查内容</th> <th>检查内容</th>
<th>法规依据</th> <th>法规依据</th>
<th>检查结果</th> <th>检查结果</th>
......
...@@ -149,6 +149,7 @@ export default { ...@@ -149,6 +149,7 @@ export default {
if(this.$route.params.name=='notice'){ if(this.$route.params.name=='notice'){
//清空表单 //清空表单
this.value="" this.value=""
this.active=0
this.checkedAll=false this.checkedAll=false
this.result=[]; this.result=[];
this.resultImg="" this.resultImg=""
......
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