diff --git a/src/views/user/components/data-permission.vue b/src/views/user/components/data-permission.vue index e2ae5c3..50d19ec 100644 --- a/src/views/user/components/data-permission.vue +++ b/src/views/user/components/data-permission.vue @@ -223,6 +223,7 @@ export default { settingChecked(result, optionsIds) { let matching = false optionsIds.forEach(optionsId => { + this.checkedIds.add(optionsId) if (result.id === optionsId) { result.checked = true matching = true diff --git a/src/views/ysjl/2000/2100/zbg/dj/edit.vue b/src/views/ysjl/2000/2100/zbg/dj/edit.vue index 8b04ac6..0d2efe9 100644 --- a/src/views/ysjl/2000/2100/zbg/dj/edit.vue +++ b/src/views/ysjl/2000/2100/zbg/dj/edit.vue @@ -1589,9 +1589,9 @@ export default { data: { ysjl: this.ysjl, param: this.param, - cyJyxm:{ + cyJyxm: { jyxm: jyxm, - bgjyxm: jyxm, + bgjyxm: jyxm } } }).then(data => { diff --git a/src/views/ysjl/2000/2200/zbg/dj/edit.vue b/src/views/ysjl/2000/2200/zbg/dj/edit.vue index d8bce7c..c66308e 100644 --- a/src/views/ysjl/2000/2200/zbg/dj/edit.vue +++ b/src/views/ysjl/2000/2200/zbg/dj/edit.vue @@ -1185,9 +1185,9 @@ export default { data: { ysjl: this.ysjl, param: this.param, - cyJyxm:{ - jyxm: jyxm, - bgjyxm: jyxm, + cyJyxm: { + jyxm: jyxm, + bgjyxm: jyxm } } }).then(data => { diff --git a/src/views/ysjl/7000/jj/edit.vue b/src/views/ysjl/7000/jj/edit.vue index 5ad4623..da7d096 100644 --- a/src/views/ysjl/7000/jj/edit.vue +++ b/src/views/ysjl/7000/jj/edit.vue @@ -589,8 +589,8 @@ export default { data: { ysjl: this.ysjl, param: this.param, - cyJyxm:{ - jyxm: JSON.stringify(this.tableData), + cyJyxm: { + jyxm: JSON.stringify(this.tableData) } } }).then(data => {