首页 > 其他 > 详细

弹框提示

时间:2019-06-27 14:48:43      阅读:93      评论:0      收藏:0      [点我收藏+]
   UI.Confirm(‘切换医疗单位,是否继续?‘, ‘三佳提示‘, {})
        .then(() => {
          //  清空右上表格数据
          this.$refs[‘dynamicValidateForm‘].resetFields();
        })
     .catch(() => {});

  

   this.$confirm(‘是否确认删除?‘, ‘三佳提示‘, {
      confirmButtonText: ‘确定‘,
      cancelButtonText: ‘取消‘,
      type: ‘warning‘
    }).then(async () => {
      this.initSetDeptOfficeWindowsForm = [];
      this.initSetDeptOfficeWindowsFormAggrid();
    }).catch(() => {
      this.$message({
        type: ‘info‘,
        message: ‘已取消删除‘
      });
    });

  

弹框提示

原文:https://www.cnblogs.com/LFxanla/p/11096712.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!