|
|
@ -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']), |
|
|
|