廖井涛
7 天以前 a660db06773007b1be690e0674829c00a57aeb7b
north-glass-erp/northglass-erp/src/views/sd/order/UpdateOrderCraft.vue
@@ -367,6 +367,8 @@
        if(res.data.data.file_json!=null){
          fileJson.value= JSON.parse(res.data.data.file_json)
          selectData(fileJson.value)
        }else{
          return
        }
        const byteCharacters = atob(b64Data);
        const parser = new DxfParser();