Commit 80124b58 authored by 远方不远's avatar 远方不远

hy

parent 781e85c0
......@@ -145,7 +145,7 @@ export default {
tableData:[
],
"pageNum":1,
"pageSize":10
"pageSize":10,
total:0,
textList:''
}
......@@ -154,7 +154,8 @@ export default {
this.id=this.$route.params.id;
api.specialDebtProjectDetail({id:this.id}).then(res=>{
console.log(res);
// console.log(res);
this.textList=res;
}).catch(error=>{
......
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