MrShi
2026-05-12 98a1749e3e614da9ce8afbf3af7c474cd0bf6702
admin/src/views/stock/asset.vue
@@ -111,7 +111,7 @@
    },
    changeStatus(e, row) {
      updateStatusById({ id: row.id, status: e })
        .then(res => {
        .finally(() => {
          this.getList()
        })
    },