From e52f1d2d74afb70c3666765ef0c4bf9d5a857a1d Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Thu, 5 Feb 2026 13:30:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E8=89=BA=E6=A8=A1=E6=9D=BF=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../processManagement/components/addTemplateDialog.vue | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/views/processManagement/components/addTemplateDialog.vue b/src/views/processManagement/components/addTemplateDialog.vue index 6c941cf..d5cfb5a 100644 --- a/src/views/processManagement/components/addTemplateDialog.vue +++ b/src/views/processManagement/components/addTemplateDialog.vue @@ -630,15 +630,6 @@ export default { trialNo: this.getProcessNo(this.ruleForm.tableData2), }); } - // this.ruleForm.tableData.push({ - // processNo: this.getProcessNo(this.ruleForm.tableData), - // processCode: null, - // processName: null, - // craftCode: null, - // workHours: null, - // proDes: null, - // isMain: null, - // }); }, // 删除一行 delTable(row, index) {