From 4c236ba83da7c69ac838b004d0a4b83c25fc9bea Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 23 二月 2024 16:41:02 +0800
Subject: [PATCH] mrshi
---
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..f0f79ce 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