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