zhaowei
2025-07-25 31d62d0ac0bf6fdcb200ffeaa7b4e15aaf2d4946
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(){