ezhizao_zx 1 年之前
父节点
当前提交
9e7d2c2c54
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pages/batchReporting/index.vue

+ 2 - 2
pages/batchReporting/index.vue

@@ -358,7 +358,7 @@
 		} else {
 			// 测试时用
 			showDaywork({
-				carrierId: '1770342949110988804',
+				carrierId: '1770342949115183106',
 				status: 7
 			}).then(response => {
 				if (response.code == 200) {
@@ -393,7 +393,7 @@
 			reqParam.push(data[i].daywork)
 		}
 		console.log(data)
-		showDayworkSave(reqParam).then(res => {
+		showDayworkSave(data).then(res => {
 			console.log(res)
 			init(store.planDetails.id);
 		})