From 7938e5bedb3ff3b17dae51eb9588e8c8e71136c2 Mon Sep 17 00:00:00 2001 From: lihang <lihang@vci-tech.com> Date: 星期二, 09 五月 2023 16:55:43 +0800 Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs --- Source/UBCS-WEB/src/views/modeling/original.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Source/UBCS-WEB/src/views/modeling/original.vue b/Source/UBCS-WEB/src/views/modeling/original.vue index 8597d3e..818ba05 100644 --- a/Source/UBCS-WEB/src/views/modeling/original.vue +++ b/Source/UBCS-WEB/src/views/modeling/original.vue @@ -147,6 +147,7 @@ index: true, rowKey: 'id', tabs: true, + highlightCurrentRow:true, column: [ { label: '灞炴�х紪鍙�', @@ -540,6 +541,9 @@ this.loading = false; this.data = res.data.data.records this.itemData = this.data[0]; + this.$nextTick(() => { + this.$refs.crud.setCurrentRow(this.data[0]); + }) }) }, rowClick(row) { -- Gitblit v1.9.3