소스 검색

短驳物流

hcf 1 년 전
부모
커밋
30ce95eb05
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/audit/shortBargeLogistics/index.vue

+ 1 - 1
src/views/audit/shortBargeLogistics/index.vue

@@ -769,7 +769,7 @@
 					loading.close();
 					this.$nextTick(() => {
 						(this as any).$refs.addFormId.setValue(res.data);
-						(this as any).$refs.table.setValue(res.data.subItemList);
+						(this as any).$refs.table.setValue(res.data.items);
 					});
 				} else loading.close();
 			}).catch(() => loading.close());