Commit 8f338185 authored by 沈翠玲's avatar 沈翠玲

隐藏完成作业

parent 316b50ce
...@@ -364,6 +364,7 @@ export default { ...@@ -364,6 +364,7 @@ export default {
userId: this.vuex_user.userId, userId: this.vuex_user.userId,
lastFeedback: true lastFeedback: true
} }
if(!this.$store.state || !this.$store.state.vuex_workunit) params.isCheckUser = true
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
this.$u.api.feedbacklist(params).then((res)=>{ this.$u.api.feedbacklist(params).then((res)=>{
if (res.code === 200) { if (res.code === 200) {
......
...@@ -96,9 +96,9 @@ ...@@ -96,9 +96,9 @@
v-if="!isWaiXie" v-if="!isWaiXie"
>{{ $t('修改报工') }}</u-button >{{ $t('修改报工') }}</u-button
> >
<u-button type="primary" @click="commonClick('FinshTask')">{{ <!-- <u-button type="primary" @click="commonClick('FinshTask')">{{
$t('完成作业') $t('完成作业')
}}</u-button> }}</u-button> -->
<u-button <u-button
type="primary" type="primary"
@click="commonClick('ViewPpicture')" @click="commonClick('ViewPpicture')"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment