lyh
2025-07-26 52f2c6b975937dfcc6d92ed37e5405f81e499c50
src/mixins/JeecgListMixin.js
@@ -299,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(){