From b6218e1a65289b9c232408e9ee6247c36258a155 Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期五, 09 六月 2023 13:55:15 +0800
Subject: [PATCH] 修改前端页面

---
 src/components/page/ticket/ticket-form.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/page/ticket/ticket-form.vue b/src/components/page/ticket/ticket-form.vue
index e91e364..aa53e5c 100644
--- a/src/components/page/ticket/ticket-form.vue
+++ b/src/components/page/ticket/ticket-form.vue
@@ -174,9 +174,9 @@
           if (valid) {
             this.loadingSubmit = true;
             if (this.dataForm.id) {
-              this.$byutil.postData(this, this.$systemconfig.basePath + '/ffzf/ticket/updateById', this.formData, res => {
+              this.$byutil.postData(this, this.$systemconfig.basePath + '/ffzf/ticket/updateById', this.dataForm, res => {
                 if (res.code === 0) {
-                  this.$notify.success('淇敼鎴愬姛')
+                  this.$message.success('淇敼鎴愬姛')
                   this.visible = false
                   this.loadingSubmit = false;
                   this.$emit('refreshDataList')

--
Gitblit v1.9.1