From ff95e73d12418ee4b1e400eaceac3d4d623f85b6 Mon Sep 17 00:00:00 2001 From: nidapeng <jp@doumee.com> Date: 星期五, 29 三月 2024 18:44:04 +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