bd %!s(int64=3) %!d(string=hai) anos
pai
achega
5a922ef5f5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/cygx/raiReportDtl.vue

+ 1 - 1
src/views/cygx/raiReportDtl.vue

@@ -233,7 +233,7 @@ const collectHandle = () => {
   }).then((res) => {
     if (res.Ret === 200) {
       state.reportInfo.IsCollect = !state.reportInfo.IsCollect;
-      if (res.Data.Status == 1) {
+      if (res.Data.Status == 2) {
         state.reportInfo.CollectionNum -= 1;
       } else {
         state.reportInfo.CollectionNum += 1;