From 1a0b7e00b394582ed2ecab32a71f5c060c31e7c1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=B0=8F=E4=B9=85=E5=93=A5?= <787952492@qq.com>
Date: Mon, 20 Jun 2022 16:18:08 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8C=BA=E5=9F=9FUI?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/farm/discuss/index.vue | 1 +
src/views/farm/task/index.vue | 7 ++++---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/views/farm/discuss/index.vue b/src/views/farm/discuss/index.vue
index ea13090..8bf0097 100644
--- a/src/views/farm/discuss/index.vue
+++ b/src/views/farm/discuss/index.vue
@@ -175,6 +175,7 @@ export default {
pageNo: 1,
pageSize: 400,
name: null,
+ draft:false
}).then(res=>{
this.taskList = res.data.list;
this.getList();
diff --git a/src/views/farm/task/index.vue b/src/views/farm/task/index.vue
index 4802abc..7d12fd4 100644
--- a/src/views/farm/task/index.vue
+++ b/src/views/farm/task/index.vue
@@ -162,7 +162,7 @@
-
+
@@ -273,7 +273,8 @@ export default {
projectId: null,
cropId: null,
cropNum: null,
- workingHours: null
+ workingHours: null,
+ draft: false
},
// 表单参数
form: {
@@ -301,7 +302,7 @@ export default {
resourceNumberList: [],
twoList: [],
- props: { multiple: true },
+ props: { multiple: true , emitPath: false},
cpUserList: [],
executorPerson: [],