...
|
...
|
@@ -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 => {
|
...
|
...
|
|