Commit cb88ca33 by caoyanzhi

update: 关联渠道

parent d3a5cfe0
......@@ -641,7 +641,7 @@
<el-radio-group v-model="parent.radio" @change="timeRadioChange($event,parent)">
<el-radio label="0">所有时间</el-radio>
<el-radio label="1">固定时段</el-radio>
<el-radio label="2">相对时</el-radio>
<el-radio label="2">相对时</el-radio>
</el-radio-group>
<!-- 固定时段 -->
<div class="m-t-18 w-438 p-20 border-box bg-f3f6f9" v-if="parent.radio == 1">
......
......@@ -1542,10 +1542,10 @@ export default {
newNum = 1;
}
// 天
if (code != 'tag020' && newNum > 365 && radio == 1) {
if (code != 'tag020' && code != 'tag050' && newNum > 365 && radio == 1) {
newNum = 365;
}
if (code == 'tag020' && newNum > 730 && radio == 1) {
if ((code == 'tag020' || code == 'tag050') && newNum > 730 && radio == 1) {
newNum = 730;
}
// 月
......
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