update code
parent
9d524325d5
commit
316b0d3fe3
|
@ -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];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue