Эх сурвалжийг харах

修复审核资料-电子签名必填提示

Tang 3 жил өмнө
parent
commit
ec3e5990f1

+ 5 - 0
pages2/verify/input.vue

@@ -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);
 		},