From f8c7ecf9067e8e7158fd2f4fa2d4a61ece4a06d1 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Wed, 28 Feb 2024 10:09:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/supply/type/description.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/supply/type/description.vue b/src/views/supply/type/description.vue index 82945a1..03f1d79 100644 --- a/src/views/supply/type/description.vue +++ b/src/views/supply/type/description.vue @@ -72,10 +72,10 @@ export default { methods: { getInfo() { this.fullscreenLoading = true - getStoreTypeApi('sys_merchant_type').then(res => { + getStoreTypeApi('sys_supply_type').then(res => { const info = res.data this.formValidate = { - agree: info.sys_merchant_type, + agree: info.sys_supply_type, } this.fullscreenLoading = false }).catch(res => { @@ -90,7 +90,7 @@ export default { this.$message.warning("请输入协议信息!"); return }else{ - updateStoreTypeApi('sys_merchant_type',this.formValidate).then(async res => { + updateStoreTypeApi('sys_supply_type',this.formValidate).then(async res => { this.fullscreenLoading = false this.$message.success(res.message) }).catch(res => {