From 63204f933e349118cee4636a2fd1da038e10d99c Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期一, 25 十二月 2023 19:01:36 +0800
Subject: [PATCH] modified: src/views/technology/document/index.vue modified: src/views/technology/routing/index.vue
---
src/views/plan/customerorder/customerorder-return.vue | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/views/plan/customerorder/customerorder-return.vue b/src/views/plan/customerorder/customerorder-return.vue
index 57bedc1..04c8194 100644
--- a/src/views/plan/customerorder/customerorder-return.vue
+++ b/src/views/plan/customerorder/customerorder-return.vue
@@ -82,7 +82,6 @@
this.customerOrderList.forEach((item) => {
ids.push(item.id)
})
- console.log('this.userInfo.username', this.userInfo.username)
const setDataForm = {
customerOrderIds: ids,
returnUser: this.userInfo.staffName,
--
Gitblit v1.9.3