From 4ed0e9d8ed0e785e62c0f9deb299445e5947c364 Mon Sep 17 00:00:00 2001
From: xiejun <xj@2023>
Date: 星期四, 14 九月 2023 15:43:42 +0800
Subject: [PATCH] PDM 集团码提示信息bug修改
---
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