质量统计
This commit is contained in:
@@ -84,10 +84,10 @@ export default {
|
||||
})
|
||||
|
||||
//接受缓存
|
||||
connection.on('GetCache', (checkid, sum) => {
|
||||
store.dispatch('socket/GetCache', {checkid,sum})
|
||||
connection.on('GetCache', (Moudle,checkid, sum) => {
|
||||
store.dispatch('socket/GetCache', {Moudle,checkid,sum})
|
||||
})
|
||||
|
||||
|
||||
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user