guoyujia 10 mesiacov pred
rodič
commit
27351cbf0b
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  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);