zhangherong
2025-03-28 85cbb9a62a4f3a6b3c0cd241976c351eb0d7ed9b
src/mixins/JeecgListMixin.js
@@ -301,7 +301,10 @@
      // 打开详情抽屉时禁用设备编码、设备名称输入框
      this.$refs.modalForm.disSeach = true;
      // 调用抽屉表单组件中的清除表单验证方法
      this.$refs.modalForm.removeValidate()
      if(this.$refs.modalForm.removeValidate) {
        this.$refs.modalForm.removeValidate()
      }
    },
    /* 导出 */
    handleExportXls2(){