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