diff --git a/src/views/index/supplierInfo.vue b/src/views/index/supplierInfo.vue index 5896e342..bae62a3e 100644 --- a/src/views/index/supplierInfo.vue +++ b/src/views/index/supplierInfo.vue @@ -116,7 +116,7 @@ -
+
修改信息
@@ -142,12 +142,14 @@ }, supplierInfo: {}, type: 'show', + origin: '', } }, async mounted() { const urlParams = new URLSearchParams(window.location.search); this.id=this.$route.query.id || urlParams.get('id'); this.type=this.$route.query.type || urlParams.get('type') || 'show'; + this.origin = this.$route.query.origin || '' await this.getInfoHandler(); }, methods: {