Merge branch 'dev'
Showing
6 changed files
with
43 additions
and
15 deletions
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | :show-message="false" | 4 | :show-message="false" |
| 5 | * @LastEditTime: 2023-08-22 16:27:25 | 5 | * @LastEditTime: 2023-11-03 14:46:48 |
| 6 | --> | 6 | --> |
| 7 | <template> | 7 | <template> |
| 8 | <!-- 受理信息 --> | 8 | <!-- 受理信息 --> |
| ... | @@ -476,7 +476,6 @@ | ... | @@ -476,7 +476,6 @@ |
| 476 | this.ruleForm.qlxx.ssywh = val.ywh; | 476 | this.ruleForm.qlxx.ssywh = val.ywh; |
| 477 | this.ssQlxxchangediolog(val); | 477 | this.ssQlxxchangediolog(val); |
| 478 | }, | 478 | }, |
| 479 | // 弹框事件 | ||
| 480 | /** | 479 | /** |
| 481 | * @description: 弹框事件 | 480 | * @description: 弹框事件 |
| 482 | * @param {*} val | 481 | * @param {*} val |
| ... | @@ -584,7 +583,6 @@ | ... | @@ -584,7 +583,6 @@ |
| 584 | */ | 583 | */ |
| 585 | onSubmit () { | 584 | onSubmit () { |
| 586 | this.$refs.ruleForm.validate((valid) => { | 585 | this.$refs.ruleForm.validate((valid) => { |
| 587 | console.log("valid", valid); | ||
| 588 | if (valid) { | 586 | if (valid) { |
| 589 | save(this.ruleForm).then((res) => { | 587 | save(this.ruleForm).then((res) => { |
| 590 | if (res.code === 200) { | 588 | if (res.code === 200) { |
| ... | @@ -604,6 +602,11 @@ | ... | @@ -604,6 +602,11 @@ |
| 604 | } | 602 | } |
| 605 | }); | 603 | }); |
| 606 | } else { | 604 | } else { |
| 605 | this.$message({ | ||
| 606 | showClose: true, | ||
| 607 | message: "请完善表单信息", | ||
| 608 | type: "error" | ||
| 609 | }) | ||
| 607 | return false; | 610 | return false; |
| 608 | } | 611 | } |
| 609 | }); | 612 | }); | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-09-26 13:34:22 | 4 | * @LastEditTime: 2023-11-03 14:47:38 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
| ... | @@ -718,6 +718,11 @@ | ... | @@ -718,6 +718,11 @@ |
| 718 | } | 718 | } |
| 719 | }); | 719 | }); |
| 720 | } else { | 720 | } else { |
| 721 | this.$message({ | ||
| 722 | showClose: true, | ||
| 723 | message: "请完善表单信息", | ||
| 724 | type: "error" | ||
| 725 | }) | ||
| 721 | return false; | 726 | return false; |
| 722 | } | 727 | } |
| 723 | }); | 728 | }); | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-10-08 14:47:33 | 4 | * @LastEditTime: 2023-11-03 14:50:46 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
| ... | @@ -590,9 +590,14 @@ | ... | @@ -590,9 +590,14 @@ |
| 590 | } | 590 | } |
| 591 | }); | 591 | }); |
| 592 | } else { | 592 | } else { |
| 593 | this.$message({ | ||
| 594 | showClose: true, | ||
| 595 | message: "请完善表单信息", | ||
| 596 | type: "error" | ||
| 597 | }) | ||
| 593 | return false; | 598 | return false; |
| 594 | } | 599 | } |
| 595 | }); | 600 | }) |
| 596 | } | 601 | } |
| 597 | } | 602 | } |
| 598 | } | 603 | } | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-09-26 13:27:29 | 4 | * @LastEditTime: 2023-11-03 14:48:15 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
| ... | @@ -692,12 +692,17 @@ | ... | @@ -692,12 +692,17 @@ |
| 692 | } | 692 | } |
| 693 | }); | 693 | }); |
| 694 | } else { | 694 | } else { |
| 695 | this.$message({ | ||
| 696 | showClose: true, | ||
| 697 | message: "请完善表单信息", | ||
| 698 | type: "error" | ||
| 699 | }) | ||
| 695 | return false; | 700 | return false; |
| 696 | } | 701 | } |
| 697 | }); | 702 | }) |
| 698 | }, | 703 | } |
| 699 | }, | 704 | } |
| 700 | }; | 705 | } |
| 701 | </script> | 706 | </script> |
| 702 | <style scoped lang="scss"> | 707 | <style scoped lang="scss"> |
| 703 | @import "~@/styles/public.scss"; | 708 | @import "~@/styles/public.scss"; | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-10-08 09:46:31 | 4 | * @LastEditTime: 2023-11-03 14:48:37 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
| ... | @@ -691,11 +691,16 @@ | ... | @@ -691,11 +691,16 @@ |
| 691 | } | 691 | } |
| 692 | }); | 692 | }); |
| 693 | } else { | 693 | } else { |
| 694 | this.$message({ | ||
| 695 | showClose: true, | ||
| 696 | message: "请完善表单信息", | ||
| 697 | type: "error" | ||
| 698 | }) | ||
| 694 | return false; | 699 | return false; |
| 695 | } | 700 | } |
| 696 | }); | 701 | }) |
| 697 | }, | 702 | } |
| 698 | }, | 703 | } |
| 699 | }; | 704 | }; |
| 700 | </script> | 705 | </script> |
| 701 | <style scoped lang="scss"> | 706 | <style scoped lang="scss"> | ... | ... |
-
Please register or sign in to post a comment