diff --git a/src/views/agriculturalTrusteeship/socialization/projectEdit.vue b/src/views/agriculturalTrusteeship/socialization/projectEdit.vue index 093c24e9..2db2ac38 100644 --- a/src/views/agriculturalTrusteeship/socialization/projectEdit.vue +++ b/src/views/agriculturalTrusteeship/socialization/projectEdit.vue @@ -65,28 +65,28 @@ - - - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/agriculturalTrusteeship/socialization/release.vue b/src/views/agriculturalTrusteeship/socialization/release.vue index 209b8dc7..26af882a 100644 --- a/src/views/agriculturalTrusteeship/socialization/release.vue +++ b/src/views/agriculturalTrusteeship/socialization/release.vue @@ -44,28 +44,28 @@ - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -95,7 +95,7 @@ title="请选择" :options="deptOptions" @close="showDeptId = false" - @finish="onConfirmDept" + @change="onConfirmDept" active-color="#1989fa" :field-names="hcAreaInfoFieldName" /> @@ -141,7 +141,10 @@ center: { lng: 122.089726, lat: 37.540728 }, //经纬度 zoom: 15, //地图展示级别 showDialog:false, - supplyDemand:{}, + supplyDemand:{ + entityName:JSON.parse(Cookies.get("ServiceInformation")).entityName, + entityId:Cookies.get("ACCESS-SESSION-ID"), + }, productType:'', bodyType:'', projectTypeOptions:[], @@ -252,7 +255,7 @@ onConfirmDept({ selectedOptions }){ this.supplyDemand.serviceDeptId = selectedOptions[selectedOptions.length-1].value; this.supplyDemand.serviceDeptName = selectedOptions[selectedOptions.length-1].label; - this.showDeptId = false + // this.showDeptId = false }, }, }