hcf hai 1 ano
pai
achega
30ce95eb05
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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());