From a58ce23406e0cceecb80e00f26f5f9a6fd2c960a Mon Sep 17 00:00:00 2001
From: hh <hh@example.com>
Date: Wed, 24 Aug 2022 12:01:54 +0800
Subject: [PATCH] 删除log

---
 src/views/system/modules/newsOrderPartCopy.vue | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/views/system/modules/newsOrderPartCopy.vue b/src/views/system/modules/newsOrderPartCopy.vue
index 6306207..00badf1 100644
--- a/src/views/system/modules/newsOrderPartCopy.vue
+++ b/src/views/system/modules/newsOrderPartCopy.vue
@@ -325,8 +325,7 @@ export default {
 
     submitForm() {
       const that = this;
-      console.log("当前选中用户??", that.userIds)
-      
+      //console.log("当前选中用户??", that.userIds)
       // 触发表单验证
       this.form.validateFields((err, values) => {
         if (!err) {
@@ -344,9 +343,6 @@ export default {
           formData.make = this.excludeFlag5
           formData.craft = this.excludeFlag6
           formData.userIds = that.userIds.split(",")
-
-          console.log("当前选中用户??", formData.userIds)
-
           httpAction(httpurl, formData, method).then((res) => {
             if (res.success) {
               that.$message.success(res.message);
--
libgit2 0.22.2