@@ -146,6 +146,7 @@ const cancleClick = (row) => {
projectId: row.projectId,
warningType: row.warningType,
quarter: row.quarter,
+ planYear: row.planYear,
repealEndDate: null,
}
@@ -662,7 +662,6 @@ const getProStationTip = async () => {
} else {
proStationTip.value = []
-
const addClickTip = (item, index) => {
proStationTip.value.splice(index + 1, 0, { dictValue: '' })