{"remainingRequest":"D:\\jenkins\\workspace\\reform-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\reform-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\reform-fvue\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\reform-fvue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\reform-fvue\\src\\views\\DigitalChongqing\\DirectoryLibrary.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\reform-fvue\\src\\views\\DigitalChongqing\\DirectoryLibrary.vue","mtime":1700819504914},{"path":"D:\\jenkins\\workspace\\reform-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\reform-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"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//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nimport _ from 'lodash';\nimport pagination from '@/components/pagination';\nimport { TableMixin } from '@/mixins/tableMixin';\nimport req from '@/request.js';\nimport utils from '@/utils.js';\nimport FileList from '@/components/uploadFile/newFileList.vue';\nvar portal = window.context.portal;\nexport default {\n name: 'AdvanceApproval',\n components: {\n pagination: pagination,\n FileList: FileList\n },\n mixins: [TableMixin],\n data: function data() {\n return {\n tableMaxHeight: 400,\n loading: false,\n tableLoading: false,\n tableData: [],\n multipleSelection: [],\n params: {\n pageBean: {\n page: 1,\n pageSize: 20,\n total: 0\n },\n querys: [{\n group: 'main',\n operation: 'EQUAL',\n property: 'status',\n relation: 'AND',\n value: 2\n }]\n },\n pageResult: {\n page: 1,\n pageSize: 20,\n total: 0\n },\n searchForm: {\n page: 1,\n size: 20,\n total: 0,\n status: [5]\n },\n // 顶部搜索对象\n activeCollapse1: ['1', '2'],\n fileList: [],\n // 文件上传\n dialog: {\n title: '审核',\n visible: false\n },\n dialogForm: {\n otherComments: []\n },\n disabled: false,\n // 是否禁止输入输入\n isShowBtn: false,\n // 是否显示底部按钮\n turnDownVisible: false,\n rules: {\n otherComments: {\n required: true,\n message: '请选择满足标准情况',\n trigger: 'blur'\n }\n },\n checkList: [],\n zzmh_mzbzqk: [],\n yjs_sxlb: [],\n //事项类别\n szcq_sspd: [],\n //所属跑道\n ssxt: [],\n //所属系统\n treeData: [],\n sjlx: [] //事项类型\n\n };\n },\n created: function created() {\n this.sjlx = utils.getDictItemsFromCache('sjlx');\n this.yjs_sxlb = utils.getDictItemsFromCache('yjs_sxlb');\n this.zzmh_mzbzqk = utils.getDictItemsFromCache('zzmh_mzbzqk');\n this.szcq_sspd = utils.getDictItemsFromCache('szcq_sspd');\n this.ssxt = utils.getDictItemsFromCache('ssxt');\n this.treeData = JSON.parse(sessionStorage.getItem('responsibilityTree'));\n this.loadData(this.searchForm);\n },\n methods: {\n getDictName: function getDictName(code, value) {\n return utils.getDictName(code, value);\n },\n //获取数据\n loadData: function loadData(params) {\n var _this = this;\n\n this.tableLoading = true;\n req.post(portal + '/bizEventCounty/v1/directoryLibrary?isAffirm=true', params).then(function (res) {\n _this.tableLoading = false;\n var data = res && res.data || {};\n _this.tableData = data.rows || [];\n _this.searchForm.page = data.page;\n _this.searchForm.size = data.pageSize;\n _this.searchForm.total = data.total;\n });\n },\n handleClose: function handleClose() {\n this.turnDownVisible = false;\n },\n handleSelectionChange: function handleSelectionChange() {},\n handleCurrentChange: function handleCurrentChange(page) {\n this.searchForm.page = page;\n this.loadData(this.searchForm);\n },\n handleSizeChange: function handleSizeChange(pageSize) {\n this.searchForm.size = pageSize;\n this.loadData(this.searchForm);\n }\n }\n};",null]}