@@ -235,7 +235,7 @@ export default {
cancelButtonText: "取消",
type: "warning"
}).then(() => {
- updateItemStatus(row.id, 4).then(res => {
+ updateItemStatus(row.id, 5).then(res => {
if (res.data.success) {
this.$message({
type: "success",