Selaa lähdekoodia

横板标题加粗(2547)

zhangxc 5 vuotta sitten
vanhempi
commit
3b72a53a33
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/components/icss/AddMedicalName.vue

+ 1 - 1
src/components/icss/AddMedicalName.vue

@@ -494,7 +494,7 @@ import pinyin from '../../js/Convert_Pinyin.js';
       },
       getSimilarList(){
         const param = {
-          inputWord: this.data.name
+          inputStr: this.data.name
         }
         api.getSimilarList(param).then((res) =>{
           console.log('res',res)