|
@@ -297,7 +297,7 @@ export default {
|
|
|
getRelatedMapping() {
|
|
|
const { hisName, hisDetailName } = this.form;
|
|
|
let params = {
|
|
|
- type: this.ty ? this.ty : this.type,
|
|
|
+ type: this.type,
|
|
|
hisDetailName: hisDetailName,
|
|
|
hisName: hisName
|
|
|
};
|
|
@@ -330,7 +330,7 @@ export default {
|
|
|
},
|
|
|
getTermMatching() {
|
|
|
let params = {
|
|
|
- type: this.ty ? this.ty : this.type,
|
|
|
+ type: this.type,
|
|
|
inputStr: this.form.hisName
|
|
|
};
|
|
|
api.getTermMatching(params).then(res => {
|