单位服务代码,新增bigInt处理

This commit is contained in:
xielue 2023-03-02 10:40:18 +08:00
parent ade6388dd6
commit 3332ab7194
1 changed files with 4 additions and 2 deletions

View File

@ -507,9 +507,11 @@ export default {
}
// id
let ids = [];
// idids
// idids
data.forEach(item => {
ids.push(item.id)
ids.push(item.service_id)
})
//
this.$mk.post({