浏览代码

短驳物流

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