mirror of
https://gitee.com/ZhongBangKeJi/crmeb_java.git
synced 2026-04-25 04:28:33 +08:00
v1.1
1、提货点 2、客服(腾讯云智服) 3、接口权限控制 4、复制第三方商品可配置 4、优化附件上传配置 5、手机端核销订单 6、手机端订单统计、订单管理 7、短信优化 8、订阅消息全自动化
This commit is contained in:
@@ -118,7 +118,6 @@
|
||||
tagId: res.tagId
|
||||
}
|
||||
this.labelData = res.tagId.split(',').map(Number)
|
||||
console.log(this.labelData)
|
||||
})
|
||||
},
|
||||
// 分组列表
|
||||
|
||||
@@ -624,7 +624,6 @@
|
||||
if (this.selectionList.length === 0) return this.$message.warning('请先选择用户')
|
||||
const _this = this
|
||||
this.$modalArticle(function(row) {
|
||||
console.log(row)
|
||||
},'send')
|
||||
},
|
||||
// 发送优惠劵
|
||||
@@ -756,7 +755,6 @@
|
||||
// 具体日期
|
||||
onchangeTime (e) {
|
||||
this.timeVal = e;
|
||||
console.log(e)
|
||||
this.userFrom.dateLimit = e.join(',');
|
||||
},
|
||||
// 分组列表
|
||||
|
||||
Reference in New Issue
Block a user