mengy 3 gadi atpakaļ
vecāks
revīzija
9098556918

+ 2 - 2
shanXiPlatform/src/views/home/daiBan/pending/xunzengDetails.vue

@@ -228,7 +228,7 @@ export default {
228
       Approval(data)
228
       Approval(data)
229
         .then((res) => {
229
         .then((res) => {
230
           if(res.code == 200){
230
           if(res.code == 200){
231
-            sessionStorage.setItem("store", JSON.stringify(this.$store.state))
231
+            // sessionStorage.setItem("store", JSON.stringify(this.$store.state))
232
             // location.reload();
232
             // location.reload();
233
             this.$store.commit({
233
             this.$store.commit({
234
               type: "changependingCount",
234
               type: "changependingCount",
@@ -260,7 +260,7 @@ export default {
260
       yjcgApproval(data)
260
       yjcgApproval(data)
261
         .then((res) => {
261
         .then((res) => {
262
           if(res.code == 200){
262
           if(res.code == 200){
263
-            sessionStorage.setItem("store", JSON.stringify(this.$store.state))
263
+            // sessionStorage.setItem("store", JSON.stringify(this.$store.state))
264
             // location.reload();
264
             // location.reload();
265
             this.$store.commit({
265
             this.$store.commit({
266
               type: "changependingCount",
266
               type: "changependingCount",