巡查上报代码优化
This commit is contained in:
@@ -26,17 +26,22 @@
|
||||
</u-form>
|
||||
</div>
|
||||
|
||||
<div class="btn" v-if="this.status == 1" @click="confirm">
|
||||
<!-- <div class="btn" v-if="status == 1" @click="confirm">
|
||||
<span>转交事件</span>
|
||||
</div>
|
||||
|
||||
<div class="btn" v-if="this.status == 2" @click="confirm">
|
||||
<div class="btn" v-if="status == 2" @click="confirm">
|
||||
<span>拒绝受理</span>
|
||||
</div>
|
||||
|
||||
<div class="btn" v-if="this.status == 3" @click="confirm">
|
||||
<div class="btn" v-if="status == 3" @click="confirm">
|
||||
<span>我已办结</span>
|
||||
</div> -->
|
||||
|
||||
<div class="btn" @click="confirm">
|
||||
<span>{{titleList[status]}}</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -141,13 +141,11 @@ export default {
|
||||
|
||||
handleSelectGird(v) {
|
||||
this.searchGrid = v
|
||||
this.current = 1
|
||||
this.getList()
|
||||
this.getListInit()
|
||||
},
|
||||
clearGrid() {
|
||||
this.searchGrid = {girdName: ''}
|
||||
this.current = 1
|
||||
this.getList()
|
||||
this.getListInit()
|
||||
},
|
||||
|
||||
goDetail(item) {
|
||||
@@ -155,11 +153,10 @@ export default {
|
||||
},
|
||||
|
||||
change(index) {
|
||||
this.current = 1
|
||||
this.datas = []
|
||||
this.eventStatus = ''
|
||||
this.currentTabs = index
|
||||
this.getList()
|
||||
this.getListInit()
|
||||
},
|
||||
|
||||
linkTo(url) {
|
||||
|
||||
Reference in New Issue
Block a user