From 1d5845e4b98f9c69833e54ef69253d85d0c69fe8 Mon Sep 17 00:00:00 2001
From: yuxc <653031404@qq.com>
Date: 星期五, 09 六月 2023 15:10:59 +0800
Subject: [PATCH] 1、对MDM服务的接口测试更改。 2、增加sys的菜单接口用于通过业务类型获取相关的界面按钮。

---
 Source/UBCS-WEB/src/components/FormTemplate/ResembleQuery.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Source/UBCS-WEB/src/components/FormTemplate/ResembleQuery.vue b/Source/UBCS-WEB/src/components/FormTemplate/ResembleQuery.vue
index 7195205..da90c5c 100644
--- a/Source/UBCS-WEB/src/components/FormTemplate/ResembleQuery.vue
+++ b/Source/UBCS-WEB/src/components/FormTemplate/ResembleQuery.vue
@@ -36,7 +36,7 @@
       ref="FormTemplateDialog"
       type="detail"
       :visible.sync="formTemplateVisible"
-      :templateOid="this.resembleTemplateOid"
+      :templateOid="resembleTemplateOid"
       :rowOid="rowOid"
       title="鏌ョ湅璇︾粏淇℃伅"
       :codeClassifyOid="this.resembleCodeClassifyOid"
@@ -142,8 +142,9 @@
     },
 
     openFormTemlpate(row) {
-      this.codetemplateoid = row.codetemplateoid;
-      this.rowOid = row.iod
+      this.resembleTemplateOid = row.codetemplateoid
+      this.resembleCodeClassifyOid = row.codeClassifyOid
+      this.rowOid = row.oid
       this.formTemplateVisible = true;
     },
     getDefaultValueAndFormValues(form) {

--
Gitblit v1.9.3