ZaiZai 1 rok temu
rodzic
commit
3ed2eb9749
2 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 0
      src/views/anomaly/index.vue
  2. 0 1
      src/views/system/set.vue

+ 1 - 0
src/views/anomaly/index.vue

@@ -146,6 +146,7 @@ const cancleClick = (row) => {
         projectId: row.projectId,
         warningType: row.warningType,
         quarter: row.quarter,
+        planYear: row.planYear,
         repealEndDate: null,
     }
 }

+ 0 - 1
src/views/system/set.vue

@@ -662,7 +662,6 @@ const getProStationTip = async () => {
     } else {
         proStationTip.value = []
     }
-
 }
 const addClickTip = (item, index) => {
     proStationTip.value.splice(index + 1, 0, { dictValue: '' })