Commit a58ce23406e0cceecb80e00f26f5f9a6fd2c960a

Authored by hh
1 parent 08b7d6e1

删除log

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