|
@@ -49,8 +49,11 @@
|
|
|
<el-button type="primary" size="mini" @click="instituationEvaluate()">
|
|
|
机构评估
|
|
|
</el-button>
|
|
|
+ <el-button type="primary" size="mini" @click="peopleEvaluate()">
|
|
|
+ 人员评估
|
|
|
+ </el-button>
|
|
|
</el-tab-pane>
|
|
|
-
|
|
|
+
|
|
|
<!--<el-tab-pane :label="resourceType[1]" name="1">-->
|
|
|
<!--<provincecity-->
|
|
|
<!--ref="addFormProvince"-->
|
|
@@ -272,6 +275,10 @@
|
|
|
let turl ='http://8.134.39.104:8088/#/enter/';
|
|
|
window.open(turl,'_blank');
|
|
|
},
|
|
|
+ peopleEvaluate(){
|
|
|
+ let turl ='http://8.134.39.104:7477/index.html#/index/evaluatetesteroverall';
|
|
|
+ window.open(turl,'_blank');
|
|
|
+ },
|
|
|
handleTestTypeChange(val) {
|
|
|
let type = this.serviceType.filter((item) => {
|
|
|
return item.code === val;
|