Commit a102421b authored by Smile's avatar Smile

bug247 价格/空运价格-列表已关闭的渠道重新打开后,对应的空运路线的价格还是显示已关闭

parent fecb596b
...@@ -1060,7 +1060,7 @@ export default { ...@@ -1060,7 +1060,7 @@ export default {
// 根据渠道id获取渠道是否关闭 // 根据渠道id获取渠道是否关闭
isChannelClosed() { isChannelClosed() {
return (id) => { return (id) => {
return this.keyedChannel[id] ? this.keyedChannel[id].status : null; return this.keyedChannel[id] ? this.keyedChannel[id].status : 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