|
@@ -58,7 +58,7 @@
|
|
|
<div class="touRight">
|
|
|
<div></div>
|
|
|
<div>
|
|
|
- <el-button @click="dialogVisibleMember = true">分配案例</el-button>
|
|
|
+ <!-- <el-button @click="dialogVisibleMember = true">分配案例</el-button> -->
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -654,11 +654,11 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
getReviewerOrAdmin() {
|
|
|
- if (this.$store.state.userInfo.type == 6) {
|
|
|
+ // if (this.$store.state.userInfo.type == 6) {
|
|
|
this.getUser();
|
|
|
- } else {
|
|
|
- this.selectType();
|
|
|
- }
|
|
|
+ // } else {
|
|
|
+ // this.selectType();
|
|
|
+ // }
|
|
|
},
|
|
|
getUser() {
|
|
|
let params = {
|
|
@@ -672,7 +672,8 @@ export default {
|
|
|
this.reCid = reCid;
|
|
|
this.selectType(reCid);
|
|
|
} else {
|
|
|
- this.isNoTableData = true;
|
|
|
+ // this.isNoTableData = true;
|
|
|
+ this.selectType();
|
|
|
}
|
|
|
})
|
|
|
.catch((err) => {
|