修改商户类型详情
This commit is contained in:
parent
efc2a0655f
commit
27648b69e0
@ -113,6 +113,9 @@ export default {
|
||||
description: "",
|
||||
update_time: "",
|
||||
create_time: "",
|
||||
is_allow_apply: "",
|
||||
is_search_display: "",
|
||||
auto_margin_rate: "",
|
||||
},
|
||||
};
|
||||
},
|
||||
@ -150,6 +153,9 @@ 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(()=>{
|
||||
|
Loading…
x
Reference in New Issue
Block a user