Commit 44a61137 by 陈浩建

证件审核 ==》审核不通过 赋值问题

parent bdd7c623
......@@ -62,7 +62,7 @@
批量不通过
</a-button>
<a-divider type="vertical"/>
<a-button @click="excelOut()" type="primary">导出所有数据</a-button>
<a-button @click="excelOut()" type="primary">导出数据</a-button>
</a-col>
</span>
</a-row>
......@@ -428,7 +428,7 @@
if(this.tempstate == '是'){
this.Formtable.auditState = 2
}else if(this.tempstate == '否'){
this.Formtable.auditState == 3
this.Formtable.auditState = 3
}else if(this.tempstate == '无效'){
this.Formtable.auditState = 4
}
......
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