e5f887b0 by renchao@pashanhoo.com

style:权利人类型

1 parent 45085c09
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-03-18 15:06:20 4 * @LastEditTime: 2024-03-18 15:16:55
5 --> 5 -->
6 <template> 6 <template>
7 <dialogBox 7 <dialogBox
...@@ -447,6 +447,7 @@ ...@@ -447,6 +447,7 @@
447 * @author: renchao 447 * @author: renchao
448 */ 448 */
449 handleVerification () { 449 handleVerification () {
450 this.ruleForm.qlrlx = this.ruleForm.ywrlx
450 sfhy({ ...this.ruleForm, bsmSlsq: this.$route.query.bsmSlsq }).then(res => { 451 sfhy({ ...this.ruleForm, bsmSlsq: this.$route.query.bsmSlsq }).then(res => {
451 console.log(res, 22222222222222222); 452 console.log(res, 22222222222222222);
452 }) 453 })
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-03-18 11:18:50 4 * @LastEditTime: 2024-03-18 15:13:36
5 --> 5 -->
6 <template> 6 <template>
7 <dialogBox 7 <dialogBox
...@@ -453,8 +453,8 @@ ...@@ -453,8 +453,8 @@
453 * @author: renchao 453 * @author: renchao
454 */ 454 */
455 handleVerification () { 455 handleVerification () {
456 this.ruleForm.qlrlx = this.ruleForm.sqrlx
456 sfhy({ ...this.ruleForm, bsmSlsq: this.$route.query.bsmSlsq }).then(res => { 457 sfhy({ ...this.ruleForm, bsmSlsq: this.$route.query.bsmSlsq }).then(res => {
457 console.log(res, 22222222222222222);
458 }) 458 })
459 }, 459 },
460 /** 460 /**
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-03-18 15:06:31 4 * @LastEditTime: 2024-03-18 15:18:00
5 --> 5 -->
6 <template> 6 <template>
7 <dialogBox 7 <dialogBox
...@@ -452,6 +452,7 @@ ...@@ -452,6 +452,7 @@
452 * @author: renchao 452 * @author: renchao
453 */ 453 */
454 handleVerification () { 454 handleVerification () {
455 this.ruleForm.qlrlx = this.ruleForm.sqrlx
455 sfhy({ ...this.ruleForm, bsmSlsq: this.$route.query.bsmSlsq }).then(res => { 456 sfhy({ ...this.ruleForm, bsmSlsq: this.$route.query.bsmSlsq }).then(res => {
456 console.log(res, 22222222222222222); 457 console.log(res, 22222222222222222);
457 }) 458 })
......