|
|
|
@ -162,7 +162,7 @@
|
|
|
|
|
</el-select> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="区域选择" prop="assemAreaList"> |
|
|
|
|
<el-cascader :options="assemAreaList" :props="props" clearable ref="chooseA" v-model="form.areas"> |
|
|
|
|
<el-cascader :options="assemAreaList" :props="props" emitPath clearable ref="chooseA" v-model="form.areas"> |
|
|
|
|
</el-cascader> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="作物选择" prop="cropId"> |
|
|
|
@ -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: [], |
|
|
|
|