|
|
|
@ -207,7 +207,7 @@
|
|
|
|
|
<script>
|
|
|
|
|
import { getBasicInformationById, updateBasicInformation, exportBasicInformation } from '@/api/ManageApi/index';
|
|
|
|
|
import ImageUpload from '@/components/ImageUpload2/index.vue';
|
|
|
|
|
import luotu from '@//views/components/ProjectDetails/luotu.vue'
|
|
|
|
|
import luotu from '@/views/components/ProjectDetails/luotu.vue'
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
components: {
|
|
|
|
@ -232,8 +232,8 @@ export default {
|
|
|
|
|
dialogImageUrl: '',
|
|
|
|
|
dialogVisibletwo: false,
|
|
|
|
|
dialogVisible: false,
|
|
|
|
|
mapDialogVisible: false,
|
|
|
|
|
mapDialogTitle: '地图',
|
|
|
|
|
mapDialogVisible: false,
|
|
|
|
|
mapDialogTitle: '地图',
|
|
|
|
|
title: '编辑基本信息',
|
|
|
|
|
form: {
|
|
|
|
|
name: '',
|
|
|
|
@ -347,7 +347,7 @@ export default {
|
|
|
|
|
this.descriptions = this.formatDescriptions(data);
|
|
|
|
|
this.form = {
|
|
|
|
|
...data,
|
|
|
|
|
begainTime: [new Date(data.begainTime), new Date(data.endTime)],
|
|
|
|
|
begainTime: [new Date(data.begainTime), new Date(data.endTime)],
|
|
|
|
|
};
|
|
|
|
|
})
|
|
|
|
|
.catch(error => {
|
|
|
|
@ -611,4 +611,4 @@ export default {
|
|
|
|
|
height: auto;
|
|
|
|
|
padding: 2rem;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</style>
|
|
|
|
|