质量统计

This commit is contained in:
qianhao.xu
2023-12-12 22:34:16 +08:00
parent e3585a0204
commit b44d31a43d
5 changed files with 173 additions and 27 deletions

View File

@@ -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})
})
},
}