Explorar el Código

横板标题加粗(2547)

zhangxc hace 5 años
padre
commit
3b72a53a33
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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(){
       getSimilarList(){
         const param = {
         const param = {
-          inputWord: this.data.name
+          inputStr: this.data.name
         }
         }
         api.getSimilarList(param).then((res) =>{
         api.getSimilarList(param).then((res) =>{
           console.log('res',res)
           console.log('res',res)