From ea2e0a63ef8a43ee554cd940c08172fe9522bc87 Mon Sep 17 00:00:00 2001
From: xiejun <xj@2023>
Date: 星期三, 13 九月 2023 15:28:19 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
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.10.0