This commit is contained in:
pycook
2024-01-12 18:21:47 +08:00
parent ae1f0f6b4f
commit ab8ccf7d1b
4 changed files with 45 additions and 46 deletions

View File

@@ -1,4 +1,4 @@
<template>
<template>
<CustomDrawer
width="800px"
placement="left"

View File

@@ -1,4 +1,4 @@
<template>
<template>
<CustomDrawer
@close="handleClose"
width="500"

View File

@@ -122,4 +122,4 @@ export function preferenceCitypeOrder(data) {
method: 'POST',
data: data
})
}
}