|
@@ -10,7 +10,7 @@
|
|
|
</el-tooltip>
|
|
|
</div>
|
|
|
<el-button @click="importPatent(reportId,true)" type="primary" size="small" style=" margin-left: 10px;" v-if="$reportPermission(reportId,[0,1])">导入</el-button>
|
|
|
- <el-button @click="taskFeil" type="primary" size="small" style="margin-left: 10px;" v-if="row.status!=3 && $reportPermission(reportId,[0,1])">任务分配</el-button>
|
|
|
+ <el-button @click="taskFeil" type="primary" size="small" style="margin-left: 10px;" v-if="( reportMessage.status!=3) && $reportPermission(reportId,[0,1])">任务分配</el-button>
|
|
|
<!-- <el-button @click="taskWork" type="primary" size="small" style="float: right; margin-left: 10px;" >协同办公</el-button> -->
|
|
|
<div >
|
|
|
<div class="btnSelected" @click="sift" style="width:80px;height:32px;right: 100px;display:flex;justify-content:space-around;border-radius:5px; cursor: pointer; ">
|
|
@@ -131,7 +131,8 @@ export default {
|
|
|
// this.signPatentNo = this.$route.query.signPatentNo
|
|
|
//console.log(this.$route.query.personId,this.row);
|
|
|
this.personId = this.$route.query.personId?this.$route.query.personId:this.$s.getSession('row').personId
|
|
|
- this.reportMessage = this.$s.getSession('row')?this.$s.getSession('row'):this.$s.getSession('reportMessage')
|
|
|
+ this.reportMessage =this.row?this.row: (this.$s.getSession('row') ? this.$s.getSession('row') : this.$s.getSession('reportMessage'))
|
|
|
+
|
|
|
},
|
|
|
mounted() {
|
|
|
|