提交 d6d15d5e 编写于 作者: haochangdi's avatar haochangdi

Merge branch 'dev-liveSix-20200817' of...

Merge branch 'dev-liveSix-20200817' of http://192.168.110.53/com.pica.cloud.education.frontend/pica.cloud.web-education-admin into dev-liveSix-20200817
......@@ -440,7 +440,7 @@ export default {
},
selectableTableList(row, index) {
// if (this.status4Flag == 1) {
if (row.status == 2) {
if (row.status == 2 || !(row.roleId == null || row.roleId == 0)) {
return false;
}
return true;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册