Authored by 赵鹏军

Merge branch 'master-V32-XuHaoJie' into 'master'

杭州-乙方运维-电子税务局特殊处理



See merge request !325
... ... @@ -142,7 +142,11 @@ export default {
// 柱状图
let score = () => {
proxy.$http.post("/api-web/bOpsScore/scoreRatio", {}, function (res) {
let url = "/api-web/bOpsScore/scoreRatio";
if (props.projectId == 1) {
url = "/api-web/bOpsScore/scoreRatio?ops=dzswj"
}
proxy.$http.post(url, {}, function (res) {
if (res && res.data) {
let arr = [];
res.data.forEach(item => {
... ...