|
@@ -491,6 +491,7 @@
|
|
function editFunc($this) {
|
|
function editFunc($this) {
|
|
|
|
|
|
let langKey = $($this).parent().parent().children().eq(1).text()
|
|
let langKey = $($this).parent().parent().children().eq(1).text()
|
|
|
|
+ langKey = langKey.replace(/\\"/g, '"')
|
|
$('#modal-container-593541').modal('show')
|
|
$('#modal-container-593541').modal('show')
|
|
let user_perm = initData['user_perm']
|
|
let user_perm = initData['user_perm']
|
|
console.log(initData)
|
|
console.log(initData)
|