Преглед на файлове

修改绩效考核排序默认倒叙

yanglzh преди 2 години
родител
ревизия
040cb4fb6b

+ 1 - 1
src/views/heating/energyAnalysis/historyData/loopPerformanceHistory/index.vue

@@ -125,7 +125,7 @@ const state = reactive({
 		total: 0,
 		param: {
 			sort: 1,
-			isdesc: 2,
+			isdesc: 1,
 			year: '',
 			stationName: '',
 			loopName: '',

+ 1 - 1
src/views/heating/energyAnalysis/historyData/stationPerformanceHistory/index.vue

@@ -122,7 +122,7 @@ const state = reactive({
 		total: 0,
 		param: {
 			sort: 1,
-			isdesc: 2,
+			isdesc: 1,
 			stationName: '',
 			year: '',
 			loopName: '',

+ 1 - 1
src/views/heating/energyAnalysis/loopEnergyCostPerformanceAppraisal/index.vue

@@ -121,7 +121,7 @@ const state = reactive({
 		total: 0,
 		param: {
 			sort: 1,
-			isdesc: 2,
+			isdesc: 1,
 			stationName: '',
 			loopName: '',
 			dateRange: [],

+ 1 - 1
src/views/heating/energyAnalysis/stationPerformanceAppraisal/index.vue

@@ -147,7 +147,7 @@ const state = reactive({
 		total: 0,
 		param: {
 			sort: 1,
-			isdesc: 2,
+			isdesc: 1,
 			stationName: '',
 			loopName: '',
 			dateRange: [],