Commit 8efb88c5 authored by 梁钊炜's avatar 梁钊炜

fix: 修改请求接口

parent 2944eecc
...@@ -511,6 +511,7 @@ const clickTary = (info) => { ...@@ -511,6 +511,7 @@ const clickTary = (info) => {
const passPointConfirm = async (done) => { const passPointConfirm = async (done) => {
if (!workpieceForm.value.trayNumber) { if (!workpieceForm.value.trayNumber) {
Message.warning('请输入托盘芯片号') Message.warning('请输入托盘芯片号')
done(false)
return return
} }
const {data} = await request.post("/ae-prod/qms/qc/parcel/rfid/info", { const {data} = await request.post("/ae-prod/qms/qc/parcel/rfid/info", {
......
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