1
Showing
1 changed file
with
1 additions
and
38 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-14 10:29:57 | 4 | * @LastEditTime: 2023-08-14 10:47:46 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
... | @@ -481,21 +481,12 @@ | ... | @@ -481,21 +481,12 @@ |
481 | ywhrules: [{ required: true, message: "业务号", trigger: "blur" }], | 481 | ywhrules: [{ required: true, message: "业务号", trigger: "blur" }], |
482 | }, | 482 | }, |
483 | }; | 483 | }; |
484 | <<<<<<< HEAD | ||
485 | }, | 484 | }, |
486 | created () { }, | 485 | created () { }, |
487 | mounted () { | 486 | mounted () { |
488 | this.loadData(); | 487 | this.loadData(); |
489 | this.ableOperation = this.$parent.ableOperation; | 488 | this.ableOperation = this.$parent.ableOperation; |
490 | }, | 489 | }, |
491 | ======= | ||
492 | }, | ||
493 | created () { }, | ||
494 | mounted () { | ||
495 | this.loadData(); | ||
496 | this.ableOperation = this.$parent.ableOperation; | ||
497 | }, | ||
498 | >>>>>>> dev | ||
499 | methods: { | 490 | methods: { |
500 | /** | 491 | /** |
501 | * @description: ssQlxxchange | 492 | * @description: ssQlxxchange |
... | @@ -577,7 +568,6 @@ | ... | @@ -577,7 +568,6 @@ |
577 | this.ssqlxxshow = true; | 568 | this.ssqlxxshow = true; |
578 | } | 569 | } |
579 | }, | 570 | }, |
580 | <<<<<<< HEAD | ||
581 | 571 | ||
582 | // 字典 | 572 | // 字典 |
583 | /** | 573 | /** |
... | @@ -598,30 +588,6 @@ | ... | @@ -598,30 +588,6 @@ |
598 | init(this.propsParam).then((res) => { | 588 | init(this.propsParam).then((res) => { |
599 | if (res.code == 200) { | 589 | if (res.code == 200) { |
600 | this.ruleForm = res.result; | 590 | this.ruleForm = res.result; |
601 | ======= | ||
602 | |||
603 | // 字典 | ||
604 | /** | ||
605 | * @description: 字典 | ||
606 | * @param {*} val | ||
607 | * @author: renchao | ||
608 | */ | ||
609 | getDictData (val) { | ||
610 | return store.getters.dictData[val]; | ||
611 | }, | ||
612 | /** | ||
613 | * @description: loadData | ||
614 | * @author: renchao | ||
615 | */ | ||
616 | loadData () { | ||
617 | this.$startLoading(); | ||
618 | this.propsParam.isEdit = this.$parent.isEdit; | ||
619 | init(this.propsParam).then((res) => { | ||
620 | if (res.code == 200) { | ||
621 | this.ruleForm = res.result; | ||
622 | this.ruleForm.tdsyq.mjdw = "1" | ||
623 | |||
624 | >>>>>>> dev | ||
625 | let djlx = this.ruleForm.qlxx.djlx; | 591 | let djlx = this.ruleForm.qlxx.djlx; |
626 | if (djlx == null || djlx == 100) { | 592 | if (djlx == null || djlx == 100) { |
627 | this.ssqlxxshow = false; | 593 | this.ssqlxxshow = false; |
... | @@ -659,10 +625,7 @@ | ... | @@ -659,10 +625,7 @@ |
659 | */ | 625 | */ |
660 | upDateQlrxxList (val) { | 626 | upDateQlrxxList (val) { |
661 | this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val)); | 627 | this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val)); |
662 | <<<<<<< HEAD | ||
663 | this.czrOptions = this.ruleForm.qlrData; | 628 | this.czrOptions = this.ruleForm.qlrData; |
664 | ======= | ||
665 | >>>>>>> dev | ||
666 | this.key++; | 629 | this.key++; |
667 | }, | 630 | }, |
668 | /** | 631 | /** | ... | ... |
-
Please register or sign in to post a comment