wangxianzhang 3 years ago
parent
commit
c3a5e0e199
  1. 33
      src/views/modules/communityParty/regionalParty/activitysForm.vue
  2. 2
      src/views/modules/plugins/change/changedeath.vue
  3. 2
      src/views/modules/plugins/change/changerelocation.vue
  4. 2
      src/views/modules/plugins/change/changewelfare.vue

33
src/views/modules/communityParty/regionalParty/activitysForm.vue

@ -236,13 +236,17 @@ export default {
data () { data () {
let initFormData = () => { let initFormData = () => {
let _form = { let _form = {
unitName: '', gridId: '',
serviceMatter: '',//
serviceMatterList: [], serviceMatterList: [],
type: '', unitId: '',//ID
contact: '', unitIdList: [],
contactMobile: '', title: '',//
memberCount: 0, target: '',//
remark: '', //500 content: '',//
activityTime: '',//
peopleCount: 0,//
result: '', //
address: '', // address: '', //
longitude: this.$store.state.user.longitude, // longitude: this.$store.state.user.longitude, //
latitude: this.$store.state.user.latitude// latitude: this.$store.state.user.latitude//
@ -528,17 +532,22 @@ export default {
this.activityId = '' this.activityId = ''
this.keyWords = '' this.keyWords = ''
this.formData = { this.formData = {
unitName: '', gridId: '',
serviceMatter: '',//
serviceMatterList: [], serviceMatterList: [],
type: '', unitId: '',//ID
contact: '', unitIdList: [],
contactMobile: '', title: '',//
memberCount: 0, target: '',//
remark: '', //500 content: '',//
activityTime: '',//
peopleCount: 0,//
result: '', //
address: '', // address: '', //
longitude: this.$store.state.user.longitude, // longitude: this.$store.state.user.longitude, //
latitude: this.$store.state.user.latitude// latitude: this.$store.state.user.latitude//
} }
}, },
// //
startLoading () { startLoading () {

2
src/views/modules/plugins/change/changedeath.vue

@ -1,5 +1,4 @@
<template> <template>
<el-card shadow="never" class="aui-card--fill">
<div class="mod-rent__rentDeath} resi-container"> <div class="mod-rent__rentDeath} resi-container">
<el-card ref="searchCard" class="search-card"> <el-card ref="searchCard" class="search-card">
<el-form :inline="true" :model="dataForm" @keyup.enter.native="getDataList()" label-width="70px"> <el-form :inline="true" :model="dataForm" @keyup.enter.native="getDataList()" label-width="70px">
@ -135,7 +134,6 @@
:gridName="lookInfo.gridName" :gridName="lookInfo.gridName"
@close="handleCancleLook" /> @close="handleCancleLook" />
</div> </div>
</el-card>
</template> </template>
<script> <script>

2
src/views/modules/plugins/change/changerelocation.vue

@ -1,5 +1,4 @@
<template> <template>
<el-card shadow="never" class="aui-card--fill">
<div class="mod-change__changeRelocation} resi-container"> <div class="mod-change__changeRelocation} resi-container">
<el-card ref="searchCard" class="search-card"> <el-card ref="searchCard" class="search-card">
<el-form :inline="true" :model="dataForm" @keyup.enter.native="getDataList()" label-width="70px"> <el-form :inline="true" :model="dataForm" @keyup.enter.native="getDataList()" label-width="70px">
@ -213,7 +212,6 @@
:gridName="lookInfo.gridName" :gridName="lookInfo.gridName"
@close="handleCancleLook" /> @close="handleCancleLook" />
</div> </div>
</el-card>
</template> </template>
<script> <script>

2
src/views/modules/plugins/change/changewelfare.vue

@ -1,5 +1,4 @@
<template> <template>
<el-card shadow="never" class="aui-card--fill">
<div class="mod-rent__rentDeath} resi-container"> <div class="mod-rent__rentDeath} resi-container">
<el-card ref="searchCard" class="search-card"> <el-card ref="searchCard" class="search-card">
<el-form :inline="true" :model="dataForm" @keyup.enter.native="getDataList()"> <el-form :inline="true" :model="dataForm" @keyup.enter.native="getDataList()">
@ -132,7 +131,6 @@
</span> </span>
</el-dialog> </el-dialog>
</div> </div>
</el-card>
</template> </template>
<script> <script>

Loading…
Cancel
Save