修改退款审核、订单详情等页面显示
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
// 字典数据
|
||||
const data = ref<SelectProps['options']>([]);
|
||||
pageMerchant({}).then((res) => {
|
||||
pageMerchant({limit:100}).then((res) => {
|
||||
res?.list.map((d) => {
|
||||
data.value?.push({
|
||||
comments: d.merchantName,
|
||||
|
||||
Reference in New Issue
Block a user