From d1fae033c247f26d4e3676015a65bd2dc137f474 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期五, 01 九月 2023 10:35:13 +0800
Subject: [PATCH] 集成系统接口基本管理表单树回填

---
 Source/UBCS-WEB/src/views/docking/infoForm.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/Source/UBCS-WEB/src/views/docking/infoForm.vue b/Source/UBCS-WEB/src/views/docking/infoForm.vue
index e98d4fd..10fb23c 100644
--- a/Source/UBCS-WEB/src/views/docking/infoForm.vue
+++ b/Source/UBCS-WEB/src/views/docking/infoForm.vue
@@ -203,7 +203,6 @@
       </el-form>
       <div slot="footer" class="dialog-footer">
         <el-button type="primary" @click="submitAttribute">纭畾</el-button>
-        <el-button @click="cancelSubmit">鍙栨秷</el-button>
       </div>
     </el-dialog>
 
@@ -394,7 +393,7 @@
   watch:{
     formData: {
       handler(newval, oldval) {
-        console.log(newval)
+        // console.log(newval)
         if (newval && newval.type === 'edit') {
           if (this.formData.dataFlowType == 'accept') {
             this.pushTypeList = [
@@ -559,7 +558,7 @@
           })
           const apiCall = that.formData.type == 'edit' ? edit : add;
           const Message = that.formData.type == 'edit' ? "淇敼鎴愬姛" : "淇濆瓨鎴愬姛";
-          console.log( that.formData)
+          // console.log( that.formData)
           apiCall(that.formData).then(res => {
             that.$message.success(Message);
             that.showSubmitDialog = false;

--
Gitblit v1.9.3