From 740c606022e8370d4576452e73ffbae36c8b303d Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期日, 24 八月 2025 13:49:47 +0800
Subject: [PATCH] 导出工控网不勾选禁用按钮
---
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