Procházet zdrojové kódy

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

chenxiong před 3 roky
rodič
revize
6c00364c52
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  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);
 		},