Commit a58ce23406e0cceecb80e00f26f5f9a6fd2c960a

Authored by hh
1 parent 08b7d6e1

删除log

src/views/system/modules/newsOrderPartCopy.vue
@@ -325,8 +325,7 @@ export default { @@ -325,8 +325,7 @@ export default {
325 325
326 submitForm() { 326 submitForm() {
327 const that = this; 327 const that = this;
328 - console.log("当前选中用户??", that.userIds)  
329 - 328 + //console.log("当前选中用户??", that.userIds)
330 // 触发表单验证 329 // 触发表单验证
331 this.form.validateFields((err, values) => { 330 this.form.validateFields((err, values) => {
332 if (!err) { 331 if (!err) {
@@ -344,9 +343,6 @@ export default { @@ -344,9 +343,6 @@ export default {
344 formData.make = this.excludeFlag5 343 formData.make = this.excludeFlag5
345 formData.craft = this.excludeFlag6 344 formData.craft = this.excludeFlag6
346 formData.userIds = that.userIds.split(",") 345 formData.userIds = that.userIds.split(",")
347 -  
348 - console.log("当前选中用户??", formData.userIds)  
349 -  
350 httpAction(httpurl, formData, method).then((res) => { 346 httpAction(httpurl, formData, method).then((res) => {
351 if (res.success) { 347 if (res.success) {
352 that.$message.success(res.message); 348 that.$message.success(res.message);