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