futian.liu
2023-12-09 09ff6c03b1d1b89fe08b7354ac936b7c81e5a3aa
admin-web/src/views/departmentitem/itemscr/scrapping/index.vue
@@ -169,6 +169,8 @@
        this.list = res.datas;
        this.total = res.totalRows;
        this.loading = false;
      }).catch(()=>{
        this.loading = false;
      });
    },
  },