From cb9a7c276a2b3d26a42dfe78c82166831a8a401e Mon Sep 17 00:00:00 2001 From: pyt <626651354@qq.com> Date: 星期四, 09 一月 2025 14:53:27 +0800 Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/americanContainer --- src/component/AddedInformation.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/component/AddedInformation.vue b/src/component/AddedInformation.vue index 3a725cb..527d3ff 100644 --- a/src/component/AddedInformation.vue +++ b/src/component/AddedInformation.vue @@ -44,7 +44,8 @@ default: false }, row: { - + type: Object, + default: null } }, data() { @@ -58,6 +59,8 @@ created() { getMsg({ extra: localStorage.getItem('extra') }).then(res => { this.tableData = res.data + // 回显选中行 + // this.setCurrent(this.row) }) }, mounted() { }, -- Gitblit v1.7.1