elementUI 表单验证required动态接收参数

转自:https://www.cnblogs.com/qdlhj/p/12332407.html

采用方式:

if (val == 1) {
        this.$refs[‘createForm‘].rules.stopPushTime[0].required = false;
      }else{
        this.$refs[‘createForm‘].rules.stopPushTime[0].required = true;
      }

elementUI 表单验证required动态接收参数

上一篇:磁盘挂载


下一篇:EasyCVR设备管理界面实际通道数与显示通道数不符是什么原因