diff --git a/src/views/merchant/type/typeDetails.vue b/src/views/merchant/type/typeDetails.vue index c9dff52..fdf7b29 100644 --- a/src/views/merchant/type/typeDetails.vue +++ b/src/views/merchant/type/typeDetails.vue @@ -113,6 +113,9 @@ export default { description: "", update_time: "", create_time: "", + is_allow_apply: "", + is_search_display: "", + auto_margin_rate: "", }, }; }, @@ -150,13 +153,16 @@ export default { description: info.description, update_time: info.update_time, create_time: info.create_time, + auto_margin_rate: info.auto_margin_rate, + is_allow_apply: info.is_allow_apply, + is_search_display: info.is_search_display, merchant_count: info.merchant_count || 0 }; this.$nextTick(()=>{ this.$refs.editForm.name = 'basic'; this.$refs.editForm.setChecked(); - }) - + }) + }) .catch((res) => { this.loading = false;