Explorar el Código

Merge branch 'master' of https://gitee.com/he2802/saas_applet

chenxiong hace 3 años
padre
commit
6c00364c52
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      pages2/verify/input.vue

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