--no commit message
Showing
1 changed file
with
9 additions
and
0 deletions
| ... | @@ -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 | }, | ... | ... |
-
Please register or sign in to post a comment