|
@@ -75,6 +75,7 @@
|
|
<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"
|
|
@@ -262,6 +263,7 @@ export default {
|
|
console.log(val)
|
|
console.log(val)
|
|
//基础依据术语类型修改
|
|
//基础依据术语类型修改
|
|
this.groupData.basLibType = val;
|
|
this.groupData.basLibType = val;
|
|
|
|
+ console.log((this.numTypes + ',').indexOf(val + ','))
|
|
if ((this.numTypes + ',').indexOf(val + ',') > -1) {
|
|
if ((this.numTypes + ',').indexOf(val + ',') > -1) {
|
|
this.groupData.dataType = '1';
|
|
this.groupData.dataType = '1';
|
|
} else {
|
|
} else {
|
|
@@ -269,7 +271,7 @@ export default {
|
|
}
|
|
}
|
|
this.clearConcept();
|
|
this.clearConcept();
|
|
this.clearNumText();
|
|
this.clearNumText();
|
|
- console.log(this.groupData)
|
|
|
|
|
|
+ console.log(this.groupData.dataType)
|
|
},
|
|
},
|
|
conceptChange(val) {
|
|
conceptChange(val) {
|
|
console.log(this.groupData.basType)
|
|
console.log(this.groupData.basType)
|