zhangherong
2025-03-25 e59527c22e7598e0c099b01893885cbd7f9eb020
src/mixins/JeecgListMixin.js
@@ -33,6 +33,10 @@
        column: 'createTime',
        order: 'desc',
      },
      defaultSorter:{
        column: 'createTime',
        order: 'desc',
      },
      /* 筛选参数 */
      filters: {},
      /* table加载状态 */
@@ -84,7 +88,6 @@
        this.ipagination.current = 1;
      }
      var params = this.getQueryParams();//查询条件
      console.log('params',params)
      if(!params){
        return false;
      }
@@ -298,7 +301,10 @@
      // 打开详情抽屉时禁用设备编码、设备名称输入框
      this.$refs.modalForm.disSeach = true;
      // 调用抽屉表单组件中的清除表单验证方法
      this.$refs.modalForm.removeValidate()
      if(this.$refs.modalForm.removeValidate) {
        this.$refs.modalForm.removeValidate()
      }
    },
    /* 导出 */
    handleExportXls2(){