Fixiaobai
2023-12-15 0fd7c8a9f27046aa9e879bf072ed0caf86e86dcd
src/views/common/ztt-table.vue
@@ -969,6 +969,7 @@
      return this.doCallback(this.ajaxFun, arr, selectedId)
    },
    doCallback(fn, args, selectedId) {
      this.tableData=[]
      return fn
        .apply(this, args)
        .then((response) => {