Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web
Showing
2 changed files
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 | }, | ... | ... |
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment