Browse Source

fix: change evaluate

DESKTOP-USV654P\pc 3 months ago
parent
commit
71cf5e5824
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/evaluate/result/index.vue

+ 1 - 1
src/views/evaluate/result/index.vue

@@ -35,7 +35,7 @@
   const handlePush = async (record: any) => {
   const handlePush = async (record: any) => {
     await postEvaluateManageChangeStatus({
     await postEvaluateManageChangeStatus({
       id: record.evaluateManageId,
       id: record.evaluateManageId,
-      status: record.status === 0,
+      status: 0,
     });
     });
     reload();
     reload();
   };
   };