|
@@ -207,6 +207,10 @@ export default {
|
|
|
cyyz: {},
|
|
|
},
|
|
|
dataObj: [],
|
|
|
+ results: {
|
|
|
+ data: {},
|
|
|
+ score: 100
|
|
|
+ }
|
|
|
};
|
|
|
},
|
|
|
computed: {
|
|
@@ -340,7 +344,7 @@ export default {
|
|
|
params.is_tm = 1;
|
|
|
}
|
|
|
that.$axios.post('/getAllCase', params).then(res => {
|
|
|
- that.text = res.data.text;
|
|
|
+ that.text = res.data[0].HJNR;
|
|
|
that.dataObj = res.data;
|
|
|
that.reload();
|
|
|
});
|