CRM_26-03-31#story#8372,服务商KPI看板设置埋点及支持数据导出需求--中心组

This commit is contained in:
2026-03-26 15:23:58 +08:00
parent b6491a21d1
commit 35fd987f00

View File

@@ -1,12 +1,17 @@
import { getLog } from "@/api/order" import { getLog } from "@/api/order"
let _setLogTimer = null
export const myMixins = { export const myMixins = {
data() { data() {
return { return {
} }
}, },
methods: { methods: {
async setLogHandler(data) { setLogHandler(data) {
await getLog(data) if (_setLogTimer) return
_setLogTimer = setTimeout(() => { _setLogTimer = null }, 1000)
getLog(data)
}, },
showFun() { showFun() {
if( localStorage.getItem('infoVerify') == 8 || localStorage.getItem('infoVerify') == 12 ) { if( localStorage.getItem('infoVerify') == 8 || localStorage.getItem('infoVerify') == 12 ) {