ソースを参照

删掉多余参数

liuxiaona 2 年 前
コミット
f48fc04a34

+ 2 - 2
.idea/workspace.xml

@@ -3,7 +3,7 @@
3 3
   <component name="ChangeListManager">
4 4
     <list default="true" id="f876064f-ad38-46e7-bf7d-9df623a9178f" name="Changes" comment="">
5 5
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
6
-      <change beforePath="$PROJECT_DIR$/project/src/components/dataBoard/playletData.vue" beforeDir="false" afterPath="$PROJECT_DIR$/project/src/components/dataBoard/playletData.vue" afterDir="false" />
6
+      <change beforePath="$PROJECT_DIR$/project/src/components/warningManage/customerWarning.vue" beforeDir="false" afterPath="$PROJECT_DIR$/project/src/components/warningManage/customerWarning.vue" afterDir="false" />
7 7
     </list>
8 8
     <option name="SHOW_DIALOG" value="false" />
9 9
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -34,7 +34,7 @@
34 34
       <option name="number" value="Default" />
35 35
       <option name="presentableId" value="Default" />
36 36
       <updated>1653986562930</updated>
37
-      <workItem from="1653986566612" duration="1732000" />
37
+      <workItem from="1653986566612" duration="2107000" />
38 38
     </task>
39 39
     <servers />
40 40
   </component>

+ 1 - 1
index.html

@@ -7,4 +7,4 @@
7 7
         hm.src = "https://hm.baidu.com/hm.js?d61b9e2caf4d46ccda7471b5385e2333";
8 8
         var s = document.getElementsByTagName("script")[0];
9 9
         s.parentNode.insertBefore(hm, s);
10
-      })();</script><link href=./static/css/app.c78f243647eb5dbf221b1c08933ff053.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.369381074a989a3db9df.js></script><script type=text/javascript src=./static/js/app.e761ff1f780487ecd907.js></script></body></html>
10
+      })();</script><link href=./static/css/app.c87b75c607be9da61fbde4ed14cbecec.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.c679c63d25d6fae01926.js></script><script type=text/javascript src=./static/js/app.54b1c9173bfc6ddb41fc.js></script></body></html>

+ 0 - 4
project/src/components/warningManage/customerWarning.vue

@@ -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) => {

File diff suppressed because it is too large
+ 1 - 1
static/css/app.c78f243647eb5dbf221b1c08933ff053.css


File diff suppressed because it is too large
+ 1 - 0
static/js/34.d6692c8a9fe82abc19b7.js


File diff suppressed because it is too large
+ 1 - 1
static/js/34.a4399a50c5a9f17b3989.js


File diff suppressed because it is too large
+ 0 - 1
static/js/35.f1c8769f5e06561e4a1c.js


File diff suppressed because it is too large
+ 1 - 1
static/js/app.e761ff1f780487ecd907.js


File diff suppressed because it is too large
+ 0 - 1
static/js/manifest.369381074a989a3db9df.js


File diff suppressed because it is too large
+ 1 - 0
static/js/manifest.c679c63d25d6fae01926.js