Commit bc80f0a3 by zhuzhequan

生产单搜索

parent 5a5da75f
...@@ -293,7 +293,7 @@ const print = async (url: string) => { ...@@ -293,7 +293,7 @@ const print = async (url: string) => {
// 处理打印机选择变化,保存到 localStorage // 处理打印机选择变化,保存到 localStorage
const handlePrinterChange = (value: string) => { const handlePrinterChange = (value: string) => {
printDevice.value = value printDevice.value = value
if (!value) return if (!value) isPrint.value = false
} }
onMounted(() => { onMounted(() => {
......
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