bug
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| <template> | ||||
|   <div class="AppGridManagement"> | ||||
|     <div class="pad-t32" v-if="component != 'Map'"></div> | ||||
|     <div class="select-gird" v-if="component != 'Map'"> | ||||
|     <div class="pad-t32" v-if="component != 'Map' && isAdmin"></div> | ||||
|     <div class="select-gird" v-if="component != 'Map' && isAdmin"> | ||||
|       <img src="./components/img/gird-icon.png" alt="" class="gird-icon"> | ||||
|       <div @click="linkTo('./SelectGird')"> | ||||
|         {{params.girdName}} | ||||
|   | ||||
| @@ -259,7 +259,11 @@ export default { | ||||
|         if (res.code == 0) { | ||||
|           this.$u.toast(status == 1 ? "发布成功" : "保存成功") | ||||
|           // this.$refs["aiBack"].back() | ||||
|           uni.navigateBack() | ||||
|           uni.$emit('updateList') | ||||
|           setTimeout(() => { | ||||
|             uni.navigateBack() | ||||
|           }, 600) | ||||
|            | ||||
|         } | ||||
|       }) | ||||
|     }, | ||||
|   | ||||
| @@ -57,9 +57,13 @@ export default { | ||||
|     this.index = opt.index | ||||
|      | ||||
|     this.getData(); | ||||
|     uni.$on('updateList', () => { | ||||
|       this.current = 1 | ||||
|       this.getData() | ||||
|     }) | ||||
|   }, | ||||
|   onShow() { | ||||
|     document.title = opt.index == 0 ? "历史会议" : "草稿箱" | ||||
|     document.title = this.index == 0 ? "历史会议" : "草稿箱" | ||||
|   }, | ||||
|  | ||||
|   methods: { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user