Commit 3b09dd00 authored by p-wanping.song's avatar p-wanping.song

Merge branch 'develop' of http://git.censoft.com.cn/rongtong/rongtong-app into dev-swp

parents 2d6b67fc 23f6efb9
...@@ -59,7 +59,7 @@ import LHeader from "@/components/header.vue"; ...@@ -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){ if(res.data.score){
this.score = 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