[update] 权限
This commit is contained in:
@@ -329,7 +329,7 @@ export default {
|
|||||||
homoJurisdictionReturn() {
|
homoJurisdictionReturn() {
|
||||||
// 定义开关 0为没有权限 1为有权限
|
// 定义开关 0为没有权限 1为有权限
|
||||||
let flag = 1
|
let flag = 1
|
||||||
if(this.homo) {
|
if(this.dre) {
|
||||||
if(this.selectedRowKeysValue.length == 0) {
|
if(this.selectedRowKeysValue.length == 0) {
|
||||||
flag = 0
|
flag = 0
|
||||||
this.$message.warning(this.$t('selectLeastOne'))
|
this.$message.warning(this.$t('selectLeastOne'))
|
||||||
@@ -826,6 +826,7 @@ export default {
|
|||||||
},
|
},
|
||||||
// 退回
|
// 退回
|
||||||
returnData() {
|
returnData() {
|
||||||
|
// todo 退回没有选择数据
|
||||||
let _array = []
|
let _array = []
|
||||||
this.selectedRowKeysValue.forEach((item, index) => {
|
this.selectedRowKeysValue.forEach((item, index) => {
|
||||||
_array.push(item.id)
|
_array.push(item.id)
|
||||||
|
|||||||
Reference in New Issue
Block a user