mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-12 18:15:07 +08:00
1. 修复创建支付应用,界面会报错的问题
2. 同步最新 SQL 文件
This commit is contained in:
@ -382,7 +382,7 @@ export default {
|
||||
* @param channelCode 渠道编码
|
||||
*/
|
||||
isChannelExists(channels, channelCode) {
|
||||
return channels.indexOf(channelCode) !== -1;
|
||||
return channels && channels.indexOf(channelCode) !== -1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user