guoyujia vor 10 Monaten
Ursprung
Commit
27351cbf0b
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3 0
      pages/batchReporting/index.vue

+ 3 - 0
pages/batchReporting/index.vue

@@ -537,6 +537,9 @@
 			reqParam.push(data[i].daywork)
 		}
 		console.log(data)
+		data.forEach(item =>{
+			item.isSort = 0
+		})
 		showDayworkSave(data).then(res => {
 			console.log(res)
 			init(store.planDetails.id);