@@ -596,7 +596,12 @@ export default {
}
},
async submits() {
+ var ast = this.listData.some(item => {
+ return item.fieldKey === 'commitment_electr_signature'
+ })
+ if(ast){
await this.subCanvas();
+ }
this.openVerify = true;
this.resultForm(1);