Advertisement

el-time-select 数据影响了视图更新

阅读量:

我的应用场景:

复制代码
    <span class="option" @click="robotSetting(item)">{{$t('operation.set')}}</span>
    <robot-setting-dialog
       :dialogVisible="dialogVisible"
       :form="robotSettingForm"
       :dataId="dataId"
       @getBundleRobot="getBundleRobot"
       @changeVisible="changeVisible"/>
    
    
      
      
      
      
      
      
      
    

在进行设置操作时,系统将弹出一个对话框,以下内容为调用el-time-select组件的示例

复制代码
    <el-form-item
      :label="$t('notificationPush.pushTime')"
      prop="pushTime"
      :rules="{required:true, validator:validator_pushTime, trigger: 'change'}">
    <span clas

全部评论 (0)

还没有任何评论哟~