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