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