Commit 525078da by wusiyi

fix: 查询物流面单时去掉空格

parent 5c6a1eab
...@@ -338,6 +338,7 @@ const type = ref('') ...@@ -338,6 +338,7 @@ const type = ref('')
// 查询并打印物流面单 // 查询并打印物流面单
const getLogistic = () => { const getLogistic = () => {
content.value = content.value.trim()
if (!content.value) { if (!content.value) {
ElMessage.warning('请输入单号') ElMessage.warning('请输入单号')
return return
......
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