Explorar o código

Merge branch 'master' of http://git.cc-lotus.info/smart-jobs/web-center

lrf402788946 %!s(int64=5) %!d(string=hai) anos
pai
achega
f3859e0712
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/views/quiet.vue

+ 0 - 1
src/views/quiet.vue

@@ -73,7 +73,6 @@ export default {
     async toGetMenu() {
     async toGetMenu() {
       let result = await this.getMenu({ type: `list` });
       let result = await this.getMenu({ type: `list` });
       if (result.errcode === 0) {
       if (result.errcode === 0) {
-        // sessionStorage.setItem('menu', JSON.stringify(result.data));
         this.$set(this, `menu`, result.data);
         this.$set(this, `menu`, result.data);
         this.finishedMenu();
         this.finishedMenu();
       }
       }