wyq пре 4 година
родитељ
комит
a79adb0414

Разлика између датотеке није приказан због своје велике величине
+ 892 - 858
src/components/knowledgeExtra/AddDiagBase.vue


+ 0 - 5
src/components/knowledgeExtra/DiagBaseItem.vue

@@ -75,7 +75,6 @@
           <el-option v-for="item in dataTypes" :key="item.id" :label="item.name" :value="item.id"></el-option>
         </el-select>
       </el-form-item>
-      {{onlyNum}}
       <el-form-item
         class="min-margin"
         :key="6"
@@ -257,7 +256,6 @@ export default {
       this.clearNumText(); //清空数值、医学内容
       const obj = this.baseTypes.find(it => it.type === val);
       this.baseTermTypeList = obj.subMenuList;
-      console.log(this.groupData)
     },
     basLibTypeChange(val) {
       console.log(val)
@@ -271,11 +269,8 @@ export default {
       }
       this.clearConcept();
       this.clearNumText();
-      console.log(this.groupData.dataType)
     },
     conceptChange(val) {
-      console.log(this.groupData.basType)
-      console.log(this.groupData.basLibType)
       this.groupData.basConceptId = val;
       if (val) {
         this.groupData.basLibName = this.conceptList.find(

BIN
src/images/tips.png