专病筛查列表
This commit is contained in:
parent
d75b80ac1f
commit
f09400ffca
@ -597,7 +597,7 @@
|
|||||||
size="mini"
|
size="mini"
|
||||||
type="text"
|
type="text"
|
||||||
v-if="
|
v-if="
|
||||||
role == 'sdCommon' &&
|
role == 'sdCommon' || 'sdOrgManage'&&
|
||||||
scope.row.screeningStatus < 2 &&
|
scope.row.screeningStatus < 2 &&
|
||||||
scope.row.screeningType == 1
|
scope.row.screeningType == 1
|
||||||
"
|
"
|
||||||
@ -2079,6 +2079,7 @@ export default {
|
|||||||
store.dispatch("GetInfo").then(res => {
|
store.dispatch("GetInfo").then(res => {
|
||||||
if (res.user.roles[0]) {
|
if (res.user.roles[0]) {
|
||||||
this.role = res.user.roles[0].roleKey;
|
this.role = res.user.roles[0].roleKey;
|
||||||
|
console.log(this.role)
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
// subscribeProjectList(data).then(res => {
|
// subscribeProjectList(data).then(res => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user