{"remainingRequest":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xq-web-fvue\\src\\views\\app\\unfinished.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\src\\views\\app\\unfinished.vue","mtime":1667327529934},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\babel.config.js","mtime":1667327525434},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nimport tabBar from '@/components/tabbar/tabbar.vue';\nimport TabBarItem from '@/components/tabbar/TabBarItem.vue';\nimport meetingItem from '@/components/meetingTemplate/meetingItem.vue';\nimport { Message } from 'element-ui';\nexport default {\n  data: function data() {\n    return {\n      metDataList: []\n    };\n  },\n  components: {// tabBar,\n    // TabBarItem,\n    // meetingItem\n  },\n  mounted: function mounted() {\n    window.scrollTo(0, 0);\n  },\n  created: function created() {\n    var _this = this;\n\n    var url = \"\".concat(window.context.xqhk, \"/meeting/v1/getJson\");\n    this.$http.post(url, {\n      groupRelation: 'AND',\n      groupTree: {},\n      pageBean: {\n        page: 1,\n        pageSize: 10,\n        showTotal: true\n      },\n      params: {},\n      querys: [{\n        group: 'main',\n        operation: 'EQUAL',\n        parentGroup: '',\n        property: 'meeting_status_',\n        relation: 'AND',\n        value: '1'\n      }, {\n        group: 'main',\n        operation: 'EQUAL',\n        parentGroup: '',\n        property: 'meeting_status_',\n        relation: 'OR',\n        value: '2'\n      }],\n      sorter: [{\n        direction: 'DESC',\n        property: 'meeting_status_'\n      }, {\n        direction: 'DESC',\n        property: 'start_time_'\n      }]\n    }).then(function (res) {\n      console.log(res, 'res');\n\n      if (res.status == 200) {\n        _this.metDataList = res.data.value.rows; // console.log(this.metDataList, 'this.metDataList')\n        // this.metDataList.forEach(e => {\n        //   this.users.push(e.name)\n        // })\n      } else {\n        Message.error(res.data.message);\n      }\n    }); // if(!sessionStorage.getItem('code') || !sessionStorage.getItem(\"currentUser\")){\n    // \tlocation.href =\t`https://open.weixin.qq.com/connect/oauth2/authorize`+\n    // \t\t`?appid=wwd000d294d60d85bc&redirect_uri=laptop-kkottu8t.com:8080/fvue/oauth`+\n    // \t\t`&response_type=code&scope=snsapi_privateinfo`+\n    // \t\t`&agentid=1000019#wechat_redirect`\n    // }else{\n    // \tlet search = window.location.search\n    // \tif(search.indexOf('?code=') != -1){\n    // \t\tvar str = search.match(/=(\\S*)&/)[1]\n    // \t\tthis.code = str\n    // \t\tuni.setStorageSync('code',str)\n    // \t}\n    // }\n  },\n  methods: {\n    orderClick: function orderClick() {\n      var departmentList = encodeURIComponent(JSON.stringify(this.departmentList));\n      var userList = encodeURIComponent(JSON.stringify(this.userList));\n      uni.navigateTo({\n        url: '../order/order?departmentList=' + departmentList + '&userList=' + userList\n      });\n    },\n    detils: function detils(id) {\n      this.$router.push({\n        name: 'meetingDetail',\n        query: {\n          id: id\n        }\n      });\n    }\n  }\n};",null]}