罗斌杰 1 year ago
parent
commit
de48ea9f7e
  1. 2
      src/components/doctorCheck/CheckItemList.vue
  2. 5
      src/components/doctorCheck/PacsTemplate.vue

2
src/components/doctorCheck/CheckItemList.vue

@ -85,7 +85,7 @@
</el-dialog> </el-dialog>
<!--Pacs结果录入模版--> <!--Pacs结果录入模版-->
<el-dialog :title="'Pacs结果录入模版 -- ' + doctorCheck.asbitemName" :visible.sync="dialogWinPacsTemplate" width="800px"
<el-dialog :title="'Pacs结果录入模版 -- ' + doctorCheck.asbitemName" v-if="dialogWinPacsTemplate" :visible.sync="dialogWinPacsTemplate" width="800px"
:close-on-click-modal="false"> :close-on-click-modal="false">
<PacsTemplate :refParams="pacsParams" :refFuncOther="handlePacsResult" /> <PacsTemplate :refParams="pacsParams" :refFuncOther="handlePacsResult" />
</el-dialog> </el-dialog>

5
src/components/doctorCheck/PacsTemplate.vue

@ -200,8 +200,9 @@ export default {
//pacs //pacs
getPacsTemplateTree() { getPacsTemplateTree() {
let resultType = [], resultTemplate = [], treeData = [] let resultType = [], resultTemplate = [], treeData = []
postapi('/api/app/BigtextResultType/GetList')
postapi('/api/app/BigtextResultType/GetList',{
itemTypeId:this.refParams.row.itemTypeId
})
.then(res => { .then(res => {
if (res.code > -1) { if (res.code > -1) {
resultType = res.data resultType = res.data

Loading…
Cancel
Save