yangfeng
2023-09-27 482c8fcf03bfbeddc843e4ea7fbb53c74485e2e5
src/views/operate/allot/index.vue
@@ -213,8 +213,7 @@
      await getAllList({
        number: this.keyword,
        page: this.pagerOptions.currPage,
        pageSize: this.pagerOptions.pageSize,
        sourceNumber: this.keyword
        pageSize: this.pagerOptions.pageSize
      }).then((res) => {
        if (res.code === 200) {
          const list = res.data.map((item) => {