guoyujia 10 달 전
부모
커밋
27351cbf0b
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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);