Commit d4a4c089 by linjinhong

fix:修改问题

parent 994cf158
...@@ -406,11 +406,11 @@ export default { ...@@ -406,11 +406,11 @@ export default {
type: "warning", type: "warning",
}); });
// try { try {
// this.cleanDirectorySync(); this.cleanDirectorySync();
// } catch (error) { } catch (error) {
// console.error("清理目录时发生错误:", error.message); console.error("清理目录时发生错误:", error.message);
// } }
try { try {
//查找生产单号信息传给第二个显示器 //查找生产单号信息传给第二个显示器
...@@ -423,7 +423,7 @@ export default { ...@@ -423,7 +423,7 @@ export default {
); );
this.detail = findByPodProductionNo.data; this.detail = findByPodProductionNo.data;
this.imgList = []; this.imgList = [];
let designImagesCanvasJsonList = this.detail.drParam; let designImagesCanvasJsonList = this.detail.drParam;
await this.hasDesignImagesCanvasJsonList(designImagesCanvasJsonList); await this.hasDesignImagesCanvasJsonList(designImagesCanvasJsonList);
this.$store.commit("setProductDetail", findByPodProductionNo.data); this.$store.commit("setProductDetail", findByPodProductionNo.data);
ipcRenderer.send("win-subScreen", findByPodProductionNo.data); ipcRenderer.send("win-subScreen", findByPodProductionNo.data);
......
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