{"remainingRequest":"D:\\jenkins\\workspace\\reform-fvue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\reform-fvue\\src\\views\\ProjectActionIteration\\components\\ActionDetailsDialog.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\reform-fvue\\src\\views\\ProjectActionIteration\\components\\ActionDetailsDialog.vue","mtime":1683534886583},{"path":"D:\\jenkins\\workspace\\reform-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\reform-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\reform-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\r\nimport org from '@/api/org.js'\r\nimport utils from '@/utils.js'\r\nimport {TableMixin} from '@/mixins/tableMixin'\r\nimport dictUtils from '@/components/dict/DictSelectUtils.js'\r\nimport measureIterationApplication from '@/api/projectActionIteration/measureIterationApplication.js'\r\nexport default {\r\n name: 'ApplyForDialog',\r\n mixins: [TableMixin],\r\n data() {\r\n return {\r\n loading: false,\r\n visible: false,\r\n title: '详情',\r\n parameter: {},\r\n pilotSpecificScheduleList: [],\r\n }\r\n },\r\n created() {},\r\n mounted() {},\r\n methods: {\r\n edit(val) {\r\n this.loading = true\r\n this.visible = true\r\n this.parameter = val\r\n let data = {\r\n pageBean: {\r\n page: 1,\r\n pageSize: -1\r\n },\r\n querys: [\r\n {\r\n group: 'main',\r\n operation: 'EQUAL',\r\n parentGroup: '',\r\n property: 'MEASURES_ID_',\r\n relation: 'AND',\r\n value: val.id\r\n }\r\n ]\r\n }\r\n measureIterationApplication.getMonthDetails(data, res => {\r\n if (res.rows.length) {\r\n res.rows.forEach(item => {\r\n item.planYear = item.planYear.toString()\r\n item.planMonth = item.planMonth.toString()\r\n })\r\n this.pilotSpecificScheduleList = res.rows\r\n }\r\n this.loading = false\r\n })\r\n },\r\n\r\n getDictName(code, value) {\r\n return utils.getDictName(code, value)\r\n },\r\n\r\n // 关闭新增人员窗口\r\n handleClose() {\r\n this.visible = false\r\n this.parameter = {}\r\n this.pilotSpecificScheduleList = []\r\n },\r\n },\r\n}\r\n",null]}