Browse Source

修改bug

qukaidi 3 years ago
parent
commit
60259d97c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/workManagement/task/index.vue

+ 1 - 1
src/views/workManagement/task/index.vue

@@ -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",