Commit 23f6efb9 authored by 周昊's avatar 周昊

1、修改现有风险评级接口url

parent 82ba7587
......@@ -59,7 +59,7 @@ import LHeader from "@/components/header.vue";
}
})()
getFun(`/risk/plan/matrix/score1/${this.score}`).then(res=>{
getFun(`/risk/plan/existing/matrix/score/${this.score}`).then(res=>{
if(res.data.score){
this.score = res.data.score;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment