{"remainingRequest":"D:\\jenkins\\workspace\\jd_cgpt_fvue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\jd_cgpt_fvue\\src\\views\\Normal\\ProcurementManagement\\clarificationManagement\\component\\questionDialog.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\jd_cgpt_fvue\\src\\views\\Normal\\ProcurementManagement\\clarificationManagement\\component\\questionDialog.vue","mtime":1719348014202},{"path":"D:\\jenkins\\workspace\\jd_cgpt_fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\jd_cgpt_fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\jd_cgpt_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//\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\r\nexport default {\r\n data() {\r\n return {\r\n dialogVisible: false,\r\n params: {\r\n pageBean: {\r\n page: -1,\r\n pageSize: -1,\r\n },\r\n querys: [],\r\n sorter: [\r\n {\r\n direction: 'DESC',\r\n property: 'create_time_',\r\n },\r\n ],\r\n },\r\n tableData: [],\r\n tableLoading:false,\r\n tableHeight: 1000,\r\n }\r\n },\r\n created() {},\r\n methods: {\r\n open(row) {\r\n this.getData(row)\r\n },\r\n getData(row) {\r\n this.params.querys = []\r\n this.params.querys.push({\r\n group: 'main',\r\n operation: 'EQUAL',\r\n parentGroup: '',\r\n property: 'projectApprovalId',\r\n relation: 'AND',\r\n value: row.id,\r\n })\r\n this.$http\r\n .post('${portal}/clarifyAnswer/v1/page', this.params)\r\n .then((res) => {\r\n this.dialogVisible = true\r\n this.tableData = res.data.value.rows\r\n console.log(res, 1111111111)\r\n })\r\n },\r\n dialogBeforeClose() {\r\n this.dialogVisible = false\r\n },\r\n },\r\n}\r\n",null]}