|
@@ -154,6 +154,8 @@
|
|
|
<el-table-column prop="source" label="数据来源"> </el-table-column>
|
|
|
<el-table-column prop="cognizance" label="认定分数">
|
|
|
</el-table-column>
|
|
|
+ <el-table-column prop="cognizance" label="认定概述">
|
|
|
+ </el-table-column>
|
|
|
</el-table>
|
|
|
</div>
|
|
|
<!-- <span slot="footer" class="dialog-footer">
|
|
@@ -1214,7 +1216,7 @@ export default {
|
|
|
org: this.org,
|
|
|
type: this.pType
|
|
|
};
|
|
|
- console.log(params);
|
|
|
+ // console.log(params);
|
|
|
this.ajax
|
|
|
.get(this.$store.state.api + "selectTestExamineAllData", params)
|
|
|
.then(res => {
|
|
@@ -1233,14 +1235,16 @@ export default {
|
|
|
org: this.org,
|
|
|
oid: this.oid
|
|
|
};
|
|
|
- console.log(params);
|
|
|
+ // console.log(params);
|
|
|
this.ajax
|
|
|
.get(this.$store.state.api + "selectTestExamineBase", params)
|
|
|
.then(res => {
|
|
|
// console.log("resresresres", res.data[0]);
|
|
|
- console.log("selectTestExamineBase", res.data[0][0]);
|
|
|
+ // console.log("selectTestExamineBase", res.data[0][0]);
|
|
|
this.tableJsonCon = JSON.parse(res.data[0][0].json);
|
|
|
this.handleData();
|
|
|
+ this.getData()
|
|
|
+
|
|
|
this.tabLoad = false;
|
|
|
})
|
|
|
.catch(error => {
|