From e3898caa56109a29f94e4dabc7db421a5bd4b730 Mon Sep 17 00:00:00 2001
From: xuxy <1059738716@qq.com>
Date: 星期一, 15 七月 2024 00:14:27 +0800
Subject: [PATCH] update fix bug
---
sub_pages/supplier/supplier-info/supplier-info.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/sub_pages/supplier/supplier-info/supplier-info.vue b/sub_pages/supplier/supplier-info/supplier-info.vue
index 72cb1c1..5199068 100644
--- a/sub_pages/supplier/supplier-info/supplier-info.vue
+++ b/sub_pages/supplier/supplier-info/supplier-info.vue
@@ -420,7 +420,7 @@
if (re.code == 2000 || re.code == 0) {
this.$message.showToast('操作成功')
//需要标记加一下
- this.$store.dispatch('sign_add', 'application');
+ this.$store.dispatch('sign_add', 'info');
this.$store.dispatch('getCurrentInfo')
this.backpage()
@@ -435,6 +435,7 @@
} else {
this.dto[key] = ''
}
+ this.$forceUpdate()
},
uploadIcon(key) {
const that = this
--
Gitblit v1.9.3