|
@@ -100,7 +100,6 @@ export default {
|
100
|
100
|
set_val: item.setval,
|
101
|
101
|
group_id: item.group_id,
|
102
|
102
|
enable: item.enable == 1 ? 0 : 1,
|
103
|
|
- is_system_admin: this.$cookie.getCookie('isSuperManage') == 1 ? 1 : '',
|
104
|
103
|
sys_group_id: this.$cookie.getCookie('isSuperManage') == 1 ? sessionStorage.getItem('company_session_defaultCorp_level_1').toString() : ''
|
105
|
104
|
}).then((res) => {
|
106
|
105
|
var res = res.data;
|
|
@@ -152,7 +151,6 @@ export default {
|
152
|
151
|
set_val: this.warningNum,
|
153
|
152
|
group_id: this.warninggroup_val,
|
154
|
153
|
enable: this.enable ? 1 : 0,
|
155
|
|
- is_system_admin: this.$cookie.getCookie('isSuperManage') == 1 ? 1 : '',
|
156
|
154
|
sys_group_id: this.$cookie.getCookie('isSuperManage') == 1 ? sessionStorage.getItem('company_session_defaultCorp_level_1').toString() : ''
|
157
|
155
|
}).then((res) => {
|
158
|
156
|
var res = res.data
|
|
@@ -174,7 +172,6 @@ export default {
|
174
|
172
|
this.loading = true
|
175
|
173
|
this.$axios.get(this.URL.BASEURL + this.URL.warn_groupList, {
|
176
|
174
|
params: {
|
177
|
|
- is_system_admin: this.$cookie.getCookie('isSuperManage') == 1 ? 1 : '',
|
178
|
175
|
sys_group_id: this.$cookie.getCookie('isSuperManage') == 1 ? sessionStorage.getItem('company_session_defaultCorp_level_1').toString() : ''
|
179
|
176
|
}
|
180
|
177
|
}).then((res) => {
|
|
@@ -197,7 +194,6 @@ export default {
|
197
|
194
|
this.loading = true
|
198
|
195
|
this.$axios.get(this.URL.BASEURL + this.URL.warn_ruleConfList, {
|
199
|
196
|
params: {
|
200
|
|
- is_system_admin: this.$cookie.getCookie('isSuperManage') == 1 ? 1 : '',
|
201
|
197
|
sys_group_id: this.$cookie.getCookie('isSuperManage') == 1 ? sessionStorage.getItem('company_session_defaultCorp_level_1').toString() : ''
|
202
|
198
|
}
|
203
|
199
|
}).then((res) => {
|