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