From d1e3a87aad6f737394b33852d9496d673472ddbe Mon Sep 17 00:00:00 2001 From: yuxc <653031404@qq.com> Date: 星期二, 16 五月 2023 18:19:17 +0800 Subject: [PATCH] 主要完成修改Class统一命名,与老平台命名一致,删除多余VOClass等。 --- Source/UBCS-WEB/src/views/modeling/original.vue | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/Source/UBCS-WEB/src/views/modeling/original.vue b/Source/UBCS-WEB/src/views/modeling/original.vue index 818ba05..910206a 100644 --- a/Source/UBCS-WEB/src/views/modeling/original.vue +++ b/Source/UBCS-WEB/src/views/modeling/original.vue @@ -94,7 +94,7 @@ update, getPage } from "@/api/omd/OmdAttribute"; -import { getDictionary } from "@/api/omd/dict"; +import { getDictionary } from "@/api/omd/enum"; export default { name: "original", @@ -147,7 +147,6 @@ index: true, rowKey: 'id', tabs: true, - highlightCurrentRow:true, column: [ { label: '灞炴�х紪鍙�', @@ -541,9 +540,6 @@ 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