Commit d4a4c089 by linjinhong

fix:修改问题

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