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: [],