空时限制UPF图片展示
This commit is contained in:
@@ -207,7 +207,6 @@ function fnGetInitData() {
|
||||
// 查询10分钟前的
|
||||
const nowDate: Date = new Date();
|
||||
const tenMinutesAgo = new Date(nowDate.getTime() - 5 * 60 * 1000);
|
||||
console.log(upfWhoId.value)
|
||||
listKPIData({
|
||||
neType: 'UPF',
|
||||
neId: upfWhoId.value,
|
||||
|
||||
@@ -97,7 +97,6 @@ export default function useWS() {
|
||||
if (!data?.groupId) {
|
||||
return;
|
||||
}
|
||||
console.log(data?.groupId)
|
||||
switch (data.groupId) {
|
||||
// kpiEvent 指标UPF
|
||||
case '12_' + upfWhoRmUid.value:
|
||||
|
||||
Reference in New Issue
Block a user