update code

prv
haha 2024-04-21 01:08:24 +08:00
parent 9d524325d5
commit 316b0d3fe3
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<el-row>
<el-col :span="6">
<module-one-1-1 label="节点完成率">
<div style=" margin-top: 10px;max-height: 265px;overflow-y: auto;margin-right: 8px;" class="scroll">
<div style=" margin-top: 10px;max-height: 265px;overflow-y: auto;margin-right: 8px;" class="scroll">
<div class="completion-item" v-for="(it, idx) in completionData" :key="idx">
<div class="row-1">
<svg class="my-svg-icon-blue"
@ -530,6 +530,7 @@ export default {
postData.id = this.dept.id;
prjs=this.projects||[];
} else {
postData.id = this.dept.id;
postData.projectId = this.prjInfo.id;
prjs=[this.prjInfo];
}