更新权限

This commit is contained in:
mkm 2023-02-06 17:50:51 +08:00
parent 7b593aea1f
commit f62384cf8e

View File

@ -159,7 +159,7 @@
}, },
data: [], data: [],
radio: true, radio: true,
disabled: group_access == 2 ? true : false, disabled: group_access == 2 ||group_access == 4? true : false,
on: function (data) { on: function (data) {
var arr = data.arr; var arr = data.arr;
village(arr[0]['code']) village(arr[0]['code'])