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