mirror of
https://gitee.com/gz-yami/mall4v.git
synced 2025-12-26 07:16:27 +08:00
【地址管理】【订单管理】修复打包语法错误
This commit is contained in:
parent
b411dd8a94
commit
6c299bf1aa
@ -327,6 +327,7 @@ const stepsStatus = computed(() => {
|
||||
if (dataForm.value.orderTime) {
|
||||
return 1
|
||||
}
|
||||
return ''
|
||||
})
|
||||
|
||||
const visible = ref(false)
|
||||
|
||||
@ -97,7 +97,6 @@ const init = (areaId) => {
|
||||
.then(({ data }) => {
|
||||
dataForm.value = data
|
||||
selectedOptions.value = dataForm.value.parentId
|
||||
selectedOptions.level = dataForm.value.level
|
||||
categoryTreeProps.areaId = dataForm.value.areaId
|
||||
categoryTreeProps.areaName = dataForm.value.areaName
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user