瀏覽代碼

横板标题加粗(2547)

zhangxc 5 年之前
父節點
當前提交
3b72a53a33
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)