Commit 5ecab8c8 by mr.wang

Merge branch 'dev_xzeq' of http://47.92.108.28/changchao/founder_vue into dev_new

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