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 => {