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());