Commit 7630620d by zhangmeng

fix:人群筛选器bug

parent 76f63f48
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel="shortcut icon" href=./static/img/favicon.ico><title>GIC后台</title><link rel=stylesheet type=text/css href=static/css/iconfont.css><link rel=stylesheet type=text/css href=static/css/common.css><link href=/marketing/static/css/app.0155652bb3a4c6438b6a40c3df916e1b.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/marketing/static/js/manifest.0a85049e489e85ac5f0a.js></script><script type=text/javascript src=/marketing/static/js/vendor.8c5bbe952d737561ef76.js></script><script type=text/javascript src=/marketing/static/js/app.bb02d4b901efae63ce2e.js></script></body></html>
\ No newline at end of file
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel="shortcut icon" href=./static/img/favicon.ico><title>GIC后台</title><link rel=stylesheet type=text/css href=static/css/iconfont.css><link rel=stylesheet type=text/css href=static/css/common.css><link href=/marketing/static/css/app.fb980c316b13807f63b3c486382106a2.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/marketing/static/js/manifest.0a85049e489e85ac5f0a.js></script><script type=text/javascript src=/marketing/static/js/vendor.8c5bbe952d737561ef76.js></script><script type=text/javascript src=/marketing/static/js/app.b235d29b2b4592012a5d.js></script></body></html>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -457,10 +457,9 @@ export default {
// 保存校验
async submit(formName) {
console.log(this.form.memberSearchDTO)
// 这里强制获取人群筛选器的配置项
await this.$refs.peopleFilter.confirmSet();
// console.log(this.form.memberSearchDTO)
// // 这里强制获取人群筛选器的配置项
// await this.$refs.peopleFilter.confirmSet();
console.log(this.getSaveData)
if (this.form.memberType === 0 && this.toggleTag && !this.getSaveData) {
......
......@@ -616,8 +616,8 @@ export default {
// 保存 校验
async submit(formName) {
// 这里强制获取人群筛选器的配置项
await this.$refs.peopleFilter.confirmSet();
// // 这里强制获取人群筛选器的配置项
// await this.$refs.peopleFilter.confirmSet();
// 判断时间
if (this.checkBeginEndTime()) return;
const hasMessageInList = this.$refs.marketingEvent.hasMessageInList();
......
......@@ -217,8 +217,8 @@ export default {
},
//提交表单
async sendSms() {
// 这里强制获取人群筛选器的配置项
await this.$refs.peopleFilter.confirmSet();
// // 这里强制获取人群筛选器的配置项
// await this.$refs.peopleFilter.confirmSet();
if (this.checkAccountState()) return;
let nowHour = null;
......
......@@ -247,9 +247,9 @@ export default {
// this.info.imageMediaId = data.imageMediaId;
// },
async submit() {
console.log(this.info);
// 这里强制获取人群筛选器的配置项
await this.$refs.peopleFilter.confirmSet();
// console.log(this.info);
// // 这里强制获取人群筛选器的配置项
// await this.$refs.peopleFilter.confirmSet();
if (!this.info.memberType && this.toggleTag && !this.getSaveData) {
this.$tips({ type: 'warning', message: '人群筛选未保存条件' });
return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment