huminmin
6 天以前 d736c66b7719597962bcb360785b574ace1dd21e
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;