From 09da100729793848bc01b51f7b05ca3f1e7ec64f Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 20 六月 2024 14:05:35 +0800
Subject: [PATCH] 提交一把

---
 company/src/components/enterprise/confirmJobType.vue |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/company/src/components/enterprise/confirmJobType.vue b/company/src/components/enterprise/confirmJobType.vue
index 09b1325..638a430 100644
--- a/company/src/components/enterprise/confirmJobType.vue
+++ b/company/src/components/enterprise/confirmJobType.vue
@@ -60,6 +60,7 @@
                 this.form.solutionId = arr.solutionId
                 this.data = arr.seleData
                 this.visible = true
+                this.options=[]
                 this.getFindListByDTO()
             },
             getFindListByDTO () {
@@ -84,6 +85,10 @@
                     })
             },
             confirm() {
+              if(!this.dw || !this.gz){
+                this.$message.error("璇峰厛閫夋嫨娲鹃仯鍗曚綅鍜屽伐绉嶏紒")
+                return;
+              }
                 let obj = {
                     workTypeName: '',
                     worktypeId: '',

--
Gitblit v1.9.3