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