Browse Source

上传

master
前端-胡立永 2 months ago
parent
commit
f3d75e4fda
2 changed files with 4 additions and 2 deletions
  1. +1
    -0
      pages/index/index.vue
  2. +3
    -2
      pages_order/order/WorkOrders.vue

+ 1
- 0
pages/index/index.vue View File

@ -109,6 +109,7 @@
this.queryParams.isEmergency = 1
this.queryBannerList()
this.queryNewsList()
this.$store.commit('getUserInfo')
},
methods: {
//


+ 3
- 2
pages_order/order/WorkOrders.vue View File

@ -12,8 +12,8 @@
@click="addCollection">
<uv-icon
size="60rpx"
v-if="collectonFlag"
color="rgb(83, 125, 180)"
v-if="TemplateById.collectonFlag"
color="#169bd5"
name="star-fill"></uv-icon>
<uv-icon
@ -133,6 +133,7 @@
if(this.id){
this.queryTemplateById()
}
this.$store.commit('getUserInfo')
},
computed : {
...mapState(['workDetail']),


Loading…
Cancel
Save