Compare commits
No commits in common. "c2c5c30122b60aa5e2e866ea75f8411e058fd9c9" and "e5fdaa744aab1eca01b9fa4d2725af1ebb641741" have entirely different histories.
c2c5c30122
...
e5fdaa744a
|
@ -36,7 +36,6 @@
|
|||
<script>
|
||||
import http from '@/utils/request'
|
||||
import SubMenu from "./main-sidebar-sub-menu";
|
||||
import returnLocationStr from '@/utils/location';
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
@ -62,8 +61,7 @@ export default {
|
|||
for(let j=0;j<menu.children.length;j++){
|
||||
let children=menu.children[j]
|
||||
if(children.id=="1541261780432408577"){//能力申请 v2
|
||||
//西海岸 v2 市局v3
|
||||
children.total= returnLocationStr() == 'qingdao' ? Number(this.numObject.abilityprocess_v3) : Number(this.numObject.abilityprocess_v2)
|
||||
children.total=Number(this.numObject.abilityprocess_v2)
|
||||
daibanNum=Number(daibanNum)+Number(children.total)
|
||||
} if(children.id=="1559376285703081986"){//会议室审核
|
||||
children.total=Number(this.numObject.meetingroom_book)
|
||||
|
|
Loading…
Reference in New Issue