Commit f352467d authored by dragondean@qq.com's avatar dragondean@qq.com

解决两个bug

parent b703e6a8
......@@ -229,7 +229,7 @@ import { parseTime } from '@/utils/ruoyi';
for (let index in this.channelList) {
let channelItem = this.channelList[index];
if (channelItem.channelId == shippingChannelId) {
return $l(channelItem, 'name');
return this.$l(channelItem, 'name');
}
}
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