src/views/productionManagement/workOrder/index.vue
@@ -97,6 +97,7 @@ size: 100, total: 0, }); const selectedRows = ref([]); const data = reactive({ searchForm: { @@ -129,6 +130,7 @@ tableLoading.value = false; }); }; const showQRCode = async row => { // 直接使用URL,不要用JSON.stringify包装 const qrContent = proxy.javaApi + "/device-info?deviceId=" + row.id;