cy
2023-12-08 951e8fa8b82e56bd02bb6f821be070c21616f744
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;
      });
    },
  },