duy 1 سال پیش
والد
کامیت
81624b28a7

+ 8 - 0
src/views/exctab/ElementIdentification/template/electronicSignature.vue

@@ -295,6 +295,14 @@ export default {
           message: "请选坐标位置"
         });
         return;
+      }
+       // 证书类型
+       if(this.signType===''){
+        this.$message({
+            type: "error",
+            message: "请选择证书类型"
+          });
+          return;
       }
       // 签字岗位
 

+ 8 - 2
src/views/manager/projectinfo/treeTemplate/template/electronicSignature.vue

@@ -304,8 +304,14 @@ export default {
         });
         return;
       }
-      // 签字岗位
-
+      // 证书类型
+      if(this.signType===''){
+        this.$message({
+            type: "error",
+            message: "请选择证书类型"
+          });
+          return;
+      }
       if (this.signType==2){
         if(this.roleInfo ==='') {
           this.$message({