src/views/productionManagement/workOrder/index.vue @@ -339,6 +339,7 @@ tableLoading.value = false; }); }; const showQRCode = async row => { // 直接使用URL,不要用JSON.stringify包装 const qrContent = proxy.javaApi + "/device-info?deviceId=" + row.id;