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);