Commit bfc0df20 authored by Mac's avatar Mac

1

parent 3609929e
......@@ -162,7 +162,7 @@
},
methods:{
gettRepositoryList(ID){
this.apipost("/api/Education/GettRepositoryList",{'ID':ID} , res => {
this.apipost("/api/Reserve/GettRepositoryList",{'ID':ID} , res => {
if (res.data.resultCode == 1) {
this.msg = res.data.data
if(res.data.data.GrantNum==0){
......
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