From 02bc3bfe47e3d5311a0bb041c94e70a34b1ca73c Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期二, 09 四月 2024 09:03:01 +0800
Subject: [PATCH] git ch

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

diff --git a/company/src/components/enterprise/confirmJobType.vue b/company/src/components/enterprise/confirmJobType.vue
index b371ad2..09b1325 100644
--- a/company/src/components/enterprise/confirmJobType.vue
+++ b/company/src/components/enterprise/confirmJobType.vue
@@ -55,6 +55,8 @@
         methods: {
             open (title, arr) {
                 this.title = title
+                this.dw = ''
+                this.gz = ''
                 this.form.solutionId = arr.solutionId
                 this.data = arr.seleData
                 this.visible = true
@@ -63,7 +65,7 @@
             getFindListByDTO () {
                 findListByDTO({
                     solutionId: this.form.solutionId,
-                    dataType: 2
+                    // dataType: 0
                 }).then(res => {
                     this.dispatching = res
                 })

--
Gitblit v1.9.3