Explorar o código

机构扩展信息页面调整 bug修改

jingyuanchao hai 1 ano
pai
achega
9e9ae98ea9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/system/dept/extend.vue

+ 1 - 1
src/views/system/dept/extend.vue

@@ -1600,7 +1600,7 @@ export default {
         this.$modal.msgError("外聘保安人数不能为空,请输入外聘保安人数");
         return false;
       }
-      if ((this.type === this.org_type.yewd)&&this.askari==1&&this.askariCertificate==null) {
+      if ((this.type === this.org_type.yewd)&&this.askari==1&&this.isAskariCertificate==1&&this.askariCertificate==null) {
         this.$modal.msgError("保安人员证书不能为空,请上传保安人员证书");
         return false;
       }