From 67de2ff2f4ad0f09594edb6ef5222b03c1a8e266 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期四, 02 十一月 2023 11:19:02 +0800
Subject: [PATCH] 主题库左侧菜单样式

---
 Source/UBCS-WEB/src/views/modeling/BusinessAdd.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Source/UBCS-WEB/src/views/modeling/BusinessAdd.vue b/Source/UBCS-WEB/src/views/modeling/BusinessAdd.vue
index d274858..9450189 100644
--- a/Source/UBCS-WEB/src/views/modeling/BusinessAdd.vue
+++ b/Source/UBCS-WEB/src/views/modeling/BusinessAdd.vue
@@ -5,6 +5,7 @@
     append-to-body
     @close="closeSubmitDialog"
     width="70%"
+    top="6vh"
     style="height: 115vh;"
   >
     <el-form ref="form" :model="btmType" show-message="true" inline size="medium" label-suffix=":" class="btmTypeForm"
@@ -202,7 +203,7 @@
   watch: {
     btmType: {
       handler(newval, oldval) {
-        console.log('鐩戝惉', newval, oldval)
+        // console.log('鐩戝惉', newval, oldval)
       },
       deep: true,
       immediate: true
@@ -562,7 +563,7 @@
     },
     // 娣诲姞涓氬姟绫诲瀷
     submitBtmType() {
-      console.log(this.btmType);
+      // console.log(this.btmType);
       if (!this.btmType.attributes){
          this.$message.warning("杩樻病鏈変负涓氬姟绫诲瀷閫夋嫨灞炴��");
          return;
@@ -610,7 +611,6 @@
     },
     // 鍒楄〃缂栬緫淇濆瓨
     cellEditSave(row,index) {
-      // console.log("1111111111111111111111")
       this.btmType.attributes[index].name = row.name
       this.btmType.attributes[index].defaultValue = row.defaultValue;
       this.btmType.attributes[index].description = row.description;

--
Gitblit v1.9.3