{"remainingRequest":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\xypm-web\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\xypm-web\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\xypm-web\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xypm-web\\src\\views\\projectManagent\\modules\\component\\projectInfo.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xypm-web\\src\\views\\projectManagent\\modules\\component\\projectInfo.vue","mtime":1675214578245},{"path":"D:\\jenkins\\workspace\\xypm-web\\babel.config.js","mtime":1675214572901},{"path":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xypm-web\\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//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n// import dialogAccessory from '../dialog/dialogAccessory.vue'\nexport default {\n  name: 'projectInfo',\n  components: {// dialogAccessory,\n  },\n  data: function data() {\n    return {\n      data: {}\n    };\n  },\n  mounted: function mounted() {\n    this.loadData();\n  },\n  methods: {\n    //附件\n    handleLook: function handleLook(obj) {\n      this.$refs.accessory.open(obj);\n    },\n    loadData: function loadData() {\n      var _this = this;\n\n      var param = {\n        pageBean: {\n          page: 1,\n          pageSize: -1,\n          total: true\n        },\n        querys: [{\n          group: 'main',\n          operation: 'EQUAL',\n          parentGroup: '',\n          property: 'id_',\n          relation: 'AND',\n          value: this.$route.params.id\n        }]\n      };\n      this.$http.post('${cqxy}/biz/projectManagement/pm/v1/page', param).then(function (resp) {\n        var response = resp.data.value;\n        _this.data = response.rows[0];\n      }, function (error) {\n        reject(error);\n      });\n    }\n  }\n};",null]}