From 8968392c0ee2776d61c6375675a655565e6eee3d Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期三, 10 五月 2023 09:06:06 +0800
Subject: [PATCH] 修改为CodePhaseAttrMapper
---
Source/UBCS-WEB/src/views/modeling/original.vue | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/Source/UBCS-WEB/src/views/modeling/original.vue b/Source/UBCS-WEB/src/views/modeling/original.vue
index 818ba05..8597d3e 100644
--- a/Source/UBCS-WEB/src/views/modeling/original.vue
+++ b/Source/UBCS-WEB/src/views/modeling/original.vue
@@ -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.10.0