标准清单 高级检索
This commit is contained in:
-5
@@ -1601,7 +1601,6 @@ export default {
|
||||
},
|
||||
// 授权-查询权限
|
||||
givePower (item) {
|
||||
console.log('item',item)
|
||||
this.standId = item.id
|
||||
this.visibleOrgTable = true
|
||||
},
|
||||
@@ -1613,8 +1612,6 @@ export default {
|
||||
idList.push(item.userId)
|
||||
nameList.push(item.userName)
|
||||
})
|
||||
console.log('idList', idList);
|
||||
console.log('idListJoin', idList.join(','));
|
||||
this.$http.post('lawss/sarBussionessStand/insertPerson', {
|
||||
qbid: this.standId,
|
||||
userIds: idList.join(',')
|
||||
@@ -1842,7 +1839,6 @@ export default {
|
||||
},
|
||||
// 点击查看
|
||||
handlePreview (item) {
|
||||
console.log(item);
|
||||
const mj = item.attrInfoMap.QBMJ
|
||||
if (mj === 'GXNX7D6H59') {
|
||||
// C1所有人都可查看
|
||||
@@ -1889,7 +1885,6 @@ export default {
|
||||
const userInfo = this.userInfo
|
||||
const currentId = userInfo.userId // 当前用户的id
|
||||
// 如果当前用户的部门和科室不在全部部门里 就不允许查看
|
||||
console.log(qcr.indexOf(currentId))
|
||||
if (!(qcr.indexOf(currentId) > -1)) {
|
||||
// this.$message.warning('当前用户无权限查看此详情')
|
||||
this.$http.get('lawss/sarBussionessStand/selectPerson', {
|
||||
|
||||
Reference in New Issue
Block a user