Commit 443d230e by zhuzhequan

去除测试代码

parent fe4127ef
...@@ -324,9 +324,6 @@ export default { ...@@ -324,9 +324,6 @@ export default {
// console.log("detail111111", findByPodProductionNo); // console.log("detail111111", findByPodProductionNo);
let imageResList = []; let imageResList = [];
let designImagesCanvasJsonList = this.detail.drParam let designImagesCanvasJsonList = this.detail.drParam
this.detail.adjustable = true
this.detail.mssWidth = 400
this.detail.mssHeight = 450
if (designImagesCanvasJsonList) { if (designImagesCanvasJsonList) {
designImagesCanvasJsonList = JSON.parse(designImagesCanvasJsonList); designImagesCanvasJsonList = JSON.parse(designImagesCanvasJsonList);
let imageList = await this.canvasToImage(designImagesCanvasJsonList); let imageList = await this.canvasToImage(designImagesCanvasJsonList);
......
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