CRM_26-03-31#story#8372,服务商KPI看板设置埋点及支持数据导出需求--中心组
This commit is contained in:
@@ -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 ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user