From cafa9ae77da5ae18db0336a353a79a639b7cc299 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期日, 17 八月 2025 10:32:46 +0800
Subject: [PATCH] Merge branch 'master' of http://www.beijingsoft.cn:9090/r/mdmweb

---
 src/views/wel/components/TodolistRightTop.vue |   19 -------------------
 1 files changed, 0 insertions(+), 19 deletions(-)

diff --git a/src/views/wel/components/TodolistRightTop.vue b/src/views/wel/components/TodolistRightTop.vue
index 7d11f2e..50e82de 100644
--- a/src/views/wel/components/TodolistRightTop.vue
+++ b/src/views/wel/components/TodolistRightTop.vue
@@ -71,25 +71,6 @@
             resp => {
             this.formInline = resp.data.data;
         });
-   //      this.formInline = {
-   //          ...this.row,
-   //          processDefinitionName: this.row.processDefinitionName || '',
-   //          taskName: this.row.taskName || '',
-   //          createTime: this.row.createTime || '',
-   //          startUserName: this.row.startUserName || '',
-   //          drawingNoEdition: this.row.variables.drawingNoEdition || '',
-   //          craftEdition: this.row.variables.craftEdition || '',
-   //          machineCode: this.row.variables.machineCode || '',
-   //          processName: this.row.variables.processName || '',
-   //          processNo: this.row.variables.processNo || '',
-			// processEdition: this.row.variables.processEdition || '',
-			
-   //          planStartTime: this.row.variables.planStartTime || '',
-   //          productModel: this.row.variables.productModel || '',
-			// programPackageName: this.row.variables.programPackageName || '',
-			// workShop: this.row.variables.workShop || '',
-   //          drawingNo: this.row.variables.drawingNo || '',
-   //      }
     }
 }
 </script>

--
Gitblit v1.9.3