专病筛查列表

This commit is contained in:
shidongli 2023-11-08 11:53:59 +08:00
parent d75b80ac1f
commit f09400ffca

View File

@ -597,7 +597,7 @@
size="mini"
type="text"
v-if="
role == 'sdCommon' &&
role == 'sdCommon' || 'sdOrgManage'&&
scope.row.screeningStatus < 2 &&
scope.row.screeningType == 1
"
@ -2079,6 +2079,7 @@ export default {
store.dispatch("GetInfo").then(res => {
if (res.user.roles[0]) {
this.role = res.user.roles[0].roleKey;
console.log(this.role)
}
});
// subscribeProjectList(data).then(res => {