From fe3fd82f31b4fb43f6b207715a443e96d0442b26 Mon Sep 17 00:00:00 2001
From: nidapeng <jp@doumee.com>
Date: 星期二, 02 四月 2024 16:38:52 +0800
Subject: [PATCH] 提交一把
---
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