|
@@ -46,7 +46,11 @@
|
|
>{{item.evaluationAgencyName}}
|
|
>{{item.evaluationAgencyName}}
|
|
</el-radio>
|
|
</el-radio>
|
|
</el-radio-group>
|
|
</el-radio-group>
|
|
|
|
+ <el-button type="primary" size="mini" @click="instituationEvaluate()">
|
|
|
|
+ 机构评估
|
|
|
|
+ </el-button>
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
|
|
+
|
|
<!--<el-tab-pane :label="resourceType[1]" name="1">-->
|
|
<!--<el-tab-pane :label="resourceType[1]" name="1">-->
|
|
<!--<provincecity-->
|
|
<!--<provincecity-->
|
|
<!--ref="addFormProvince"-->
|
|
<!--ref="addFormProvince"-->
|
|
@@ -264,6 +268,10 @@
|
|
})
|
|
})
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
|
|
+ instituationEvaluate(){
|
|
|
|
+ let turl ='http://8.134.39.104:8088/#/enter/';
|
|
|
|
+ window.open(turl,'_blank');
|
|
|
|
+ },
|
|
handleTestTypeChange(val) {
|
|
handleTestTypeChange(val) {
|
|
let type = this.serviceType.filter((item) => {
|
|
let type = this.serviceType.filter((item) => {
|
|
return item.code === val;
|
|
return item.code === val;
|