“linengliang”
2023-12-25 d3e36f2efa7c9c960495a4431d625d3ca7cd417c
src/views/eam/modules/malfunctionRepair/FaultDescriptionList.vue
@@ -95,7 +95,7 @@
      this.loading = true
      getAction(this.url.list, params)
        .then(res => {
          if (res.success) {
          if (res.success&&res.result!==null) {
            //update-begin---author:zhangyafei    Date:20201118  for:适配不分页的数据列表------------
            this.dataSource = res.result.records
            if (this.dataSource != null && this.dataSource != "") {