Lius
13 小时以前 9589877b389b6d4bcacb8fb5702d7bb7cd810d6b
src/mixins/JeecgListMixin.js
@@ -233,6 +233,7 @@
            description:res.message
          });
          that.loadData();
          that.clearSelected()
        } else {
          // that.$message.warning(res.message);
          that.$notification.warning({
@@ -298,7 +299,9 @@
      // 打开详情抽屉时禁用设备编码、设备名称输入框
      this.$refs.modalForm.disSeach = true;
      // 调用抽屉表单组件中的清除表单验证方法
      this.$refs.modalForm.removeValidate()
      this.$nextTick(()=>{
        if(this.$refs.modalForm.$refs.form)this.$refs.modalForm.$refs.form.clearValidate()
      })
    },
    /* 导出 */
    handleExportXls2(){