|
@@ -44,7 +44,7 @@
|
|
|
v-model.trim="form.hisDetailName"
|
|
|
clearable
|
|
|
style="minWidth: 240px"
|
|
|
- @input="onchange"
|
|
|
+ @input="onchanges"
|
|
|
@blur="onblur"
|
|
|
></el-input>
|
|
|
</el-form-item>
|
|
@@ -309,6 +309,14 @@ export default {
|
|
|
onchange() {
|
|
|
this.getRelatedMapping();
|
|
|
},
|
|
|
+ onchanges() {
|
|
|
+ this.form.searchText = '';
|
|
|
+ this.form.conceptId = '';
|
|
|
+ this.form.icdCode = '';
|
|
|
+ this.$$nextTick(() => {
|
|
|
+ this.getRelatedMapping();
|
|
|
+ });
|
|
|
+ },
|
|
|
getRelatedMapping() {
|
|
|
const { hisName, hisDetailName } = this.form;
|
|
|
let params = {
|