Commit 98ccf145 by linjinhong

fix:修改问题

parent 43dbd23a
...@@ -1944,7 +1944,7 @@ const resultRefs = ref<InstanceType<typeof ResultInfo> | null>(null) ...@@ -1944,7 +1944,7 @@ const resultRefs = ref<InstanceType<typeof ResultInfo> | null>(null)
const confirmDialogShow = ref(false) const confirmDialogShow = ref(false)
const tifDownloadLoading = ref(false) const tifDownloadLoading = ref(false)
const pngDownloadLoading = ref(false) const pngDownloadLoading = ref(false)
const reComposingLoading = ref(false) // const reComposingLoading = ref(false)
const isChangeWay = ref(false) const isChangeWay = ref(false)
const confirmData = ref([]) const confirmData = ref([])
const logisticsWayData = ref([]) const logisticsWayData = ref([])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment