Commit 9ef45f6c by liuchenxi

update:触达效果

parents e0656371 3c6f2b4b
......@@ -121,7 +121,7 @@ export default {
created() {
getXsxsFalg().then(res => {
if (res.result) {
this.typeOptions.find(el => el.value == 'qywx').visible = true;
// this.typeOptions.find(el => el.value == 'qywx').visible = true;
}
});
getUseStoredFalg().then(res => {
......
......@@ -291,7 +291,7 @@ export default {
this.tableHeader = arr;
}
if (this.xsxsFlag) {
this.marketingTypeOptions.find(el => el.value == 'qywx').visible = true;
// this.marketingTypeOptions.find(el => el.value == 'qywx').visible = true;
}
});
},
......
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