qukaidi 3 年 前
コミット
60259d97c5
1 ファイル変更1 行追加1 行削除
  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",