|
|
@ -232,19 +232,6 @@ |
|
|
|
@diaDetailClose="diaDetailClose"></org-detail> |
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
<!-- 完成情况 --> |
|
|
|
<!-- <el-dialog :visible.sync="finishDiaShow" |
|
|
|
:close-on-click-modal="false" |
|
|
|
:close-on-press-escape="false" |
|
|
|
:title="finishDiaTitle" |
|
|
|
width="950px" |
|
|
|
top="5vh" |
|
|
|
class="dialog-h" |
|
|
|
@closed="diaClose"> |
|
|
|
<finish-list ref="ref_finish"></finish-list> |
|
|
|
</el-dialog> --> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</template> |
|
|
|
|
|
|
@ -342,7 +329,6 @@ |
|
|
|
if (res.code !== 0) { |
|
|
|
return this.$message.error(res.msg) |
|
|
|
} else { |
|
|
|
console.log('获取组织树成功', res.data) |
|
|
|
this.orgOptions = [] |
|
|
|
this.orgOptions.push(res.data) |
|
|
|
} |
|
|
@ -415,7 +401,6 @@ |
|
|
|
}, |
|
|
|
|
|
|
|
diaDetailClose () { |
|
|
|
console.log(this.$refs.ref_detail) |
|
|
|
this.$refs.ref_detail.diaDestroy() |
|
|
|
this.detailShow = false |
|
|
|
}, |