code review:门店自提、快递运费

This commit is contained in:
YunaiV
2023-06-03 19:52:14 +08:00
parent 000aa95012
commit 60c1604d49
5 changed files with 51 additions and 25 deletions

View File

@ -110,6 +110,7 @@ const queryParams = reactive({
chargeMode: undefined
})
const queryFormRef = ref() // 搜索的表单
/** 查询列表 */
const getList = async () => {
loading.value = true