Commit 92bac617 by 叶富雄

调整

parent b71822c3
...@@ -515,9 +515,8 @@ export default { ...@@ -515,9 +515,8 @@ export default {
}, },
methods: { methods: {
CKXQ(row){ CKXQ(row){
this.CKXQZT = true this.CKXQZT = true;
console.log(row); getAllHbInfoByFpbh({fpbh:row.row.fpbh, zczlbh:row.row.zczlbh}).then(res=>{
getAllHbInfoByFpbh({fpbh: '460000000000202112100031712117 ', zczlbh:row.row.zczlbh}).then(res=>{
if(res.code ===200){ if(res.code ===200){
this.CKXQList = res.data.hbDetailList; this.CKXQList = res.data.hbDetailList;
console.log(this.CKXQList); console.log(this.CKXQList);
......
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