From 296ff2bbc555d4137cd1f781ec9069ae9625bba3 Mon Sep 17 00:00:00 2001
From: 王震 <10952869+daywangzhen@user.noreply.gitee.com>
Date: 星期三, 17 一月 2024 13:32:09 +0800
Subject: [PATCH] modified: src/views/quality/exception/exception-form.vue modified: src/views/quality/exception/exceptionform.vue
---
src/views/product/workbench/feed-form.vue | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/views/product/workbench/feed-form.vue b/src/views/product/workbench/feed-form.vue
index e2c0374..484bf96 100644
--- a/src/views/product/workbench/feed-form.vue
+++ b/src/views/product/workbench/feed-form.vue
@@ -219,7 +219,6 @@
pullFeed() {
var partNoList = []
var partNoLists
- console.log('this.dataList', this.dataList)
for (var i = 0; i < this.dataList.length; i++) {
partNoLists = this.dataList[i].partNo
partNoList.push(partNoLists)
--
Gitblit v1.9.3