614fc1c8 by renchao@pashanhoo.com
2 parents 2550874a f027b0f4
...@@ -636,6 +636,15 @@ export default { ...@@ -636,6 +636,15 @@ export default {
636 this.ssQlxxList = res.result; 636 this.ssQlxxList = res.result;
637 } 637 }
638 }); 638 });
639 //获取上手信息
640 getZtQlxx({
641 bdcdyid: this.propsParam.bdcdyid,
642 bsmQlxx: this.ruleForm.qlxx.bsmQlxx,
643 }).then((res) => {
644 if (res.code == 200) {
645 this.ztQlxxList = res.result;
646 }
647 });
639 } 648 }
640 }); 649 });
641 }, 650 },
......