|
|
|
@ -955,7 +955,9 @@ |
|
|
|
v-model="rusetform.diagnosisId" |
|
|
|
placeholder="请选择" |
|
|
|
filterable |
|
|
|
@change="quckRusetform" |
|
|
|
clearable |
|
|
|
:filter-method="remoteMethod" |
|
|
|
@change="quckRusetforms" |
|
|
|
size="small" |
|
|
|
> |
|
|
|
<el-option |
|
|
|
@ -1809,7 +1811,7 @@ export default { |
|
|
|
quckDepartment: [], |
|
|
|
department: "", |
|
|
|
quckeDitd: [], |
|
|
|
editdigoisceDiagnosisId: "", |
|
|
|
editdigoisceDiagnosisId: [], |
|
|
|
diagnostiele: 1, |
|
|
|
curRows: {}, |
|
|
|
curRowes: {}, |
|
|
|
@ -1842,6 +1844,7 @@ export default { |
|
|
|
this.diagnosisId = res.data; |
|
|
|
this.quickAsb = res.data; |
|
|
|
this.quckeDitd=[...res.data] |
|
|
|
this.editdigoisceDiagnosisId = res.data; |
|
|
|
} |
|
|
|
}); |
|
|
|
}, |
|
|
|
@ -2300,6 +2303,12 @@ export default { |
|
|
|
quckRusetform(e) { |
|
|
|
this.$forceUpdate(); |
|
|
|
}, |
|
|
|
quckRusetforms(e){ |
|
|
|
this.$forceUpdate(); |
|
|
|
if (!e) { |
|
|
|
this.remoteMethod(); |
|
|
|
} |
|
|
|
}, |
|
|
|
//获取项目类别列表 |
|
|
|
getmedicalconclusionlist() { |
|
|
|
getporjectlists().then((res) => { |
|
|
|
|