[update] 权限

This commit is contained in:
zhaomeijing
2022-06-02 18:03:58 +08:00
parent ea8ad5cd20
commit 0b1ff4646c
@@ -329,7 +329,7 @@ export default {
homoJurisdictionReturn() {
// 定义开关 0为没有权限 1为有权限
let flag = 1
if(this.homo) {
if(this.dre) {
if(this.selectedRowKeysValue.length == 0) {
flag = 0
this.$message.warning(this.$t('selectLeastOne'))
@@ -826,6 +826,7 @@ export default {
},
// 退回
returnData() {
// todo 退回没有选择数据
let _array = []
this.selectedRowKeysValue.forEach((item, index) => {
_array.push(item.id)