wente
2023-12-11 dfd3903f59e4d5d32ffa5be546b00458d3e76477
web/packages/components/zt-table-wraper/src/zt-table-wraper.vue
@@ -212,12 +212,14 @@
          this.total = 0
          return this.$tip.error(res.msg)
        }
        console.log(res.data,'res.data')
        this.dataList = this.paging ? res.data.list : res.data
        this.total = this.paging ? res.data.total : 0
        if (this.editLimit && this.editPage) {
          this.editLimit = ''
          this.editPage = ''
        }
        console.log(this.dataList,'this.dataList')
        this.$emit('dataLoaded', this.dataList)
        this.$emit('fatherMethod')
      }