fix: 融合服务列表报错
This commit is contained in:
parent
7bd990fe25
commit
ad7f05fcba
|
@ -620,9 +620,9 @@
|
|||
mybus.on('chongzhi', (typeObj) => {
|
||||
console.log('typeObj------------>', typeObj);
|
||||
if(!typeObj) {
|
||||
selData.value = 'total'
|
||||
selData.value = 'total';
|
||||
}
|
||||
if(typeObj.type === '融合服务') {
|
||||
if(typeObj && typeObj.type === '融合服务') {
|
||||
orderList.value = [
|
||||
{
|
||||
value: 'collectCount',
|
||||
|
|
Loading…
Reference in New Issue