[update] 权限
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user