包装管理列表

This commit is contained in:
2026-06-11 14:11:56 +08:00
parent 06781c69e1
commit 780814bad4
9 changed files with 622 additions and 216 deletions
+2 -2
View File
@@ -99,7 +99,7 @@
reqGetManualPointSave
} from '@/api/hj.js'
import {
getWeldingLocation
reqWeldingLocation
} from '@/api/base.js'
import { useUserStore } from '@/store'
const userStroe = useUserStore()
@@ -128,7 +128,7 @@
// ===== 弹窗 ========
// 焊口位置弹窗
const handleShowLocationSelect = () => {
getWeldingLocation().then(res => {
reqWeldingLocation().then(res => {
locationList.value = res.data
showLocationPicker.value = true
})