{"remainingRequest":"/data/jenkins/workspace/admin.ws.baibaodun.com.cn/node_modules/vue-loader/lib/index.js??vue-loader-options!/data/jenkins/workspace/admin.ws.baibaodun.com.cn/src/views/maintain/sensitiveList/index.vue?vue&type=script&lang=js","dependencies":[{"path":"/data/jenkins/workspace/admin.ws.baibaodun.com.cn/src/views/maintain/sensitiveList/index.vue","mtime":1701741776315},{"path":"/data/jenkins/workspace/admin.ws.baibaodun.com.cn/node_modules/babel-loader/lib/index.js","mtime":1701741929501},{"path":"/data/jenkins/workspace/admin.ws.baibaodun.com.cn/node_modules/cache-loader/dist/cjs.js","mtime":1701741918737},{"path":"/data/jenkins/workspace/admin.ws.baibaodun.com.cn/node_modules/vue-loader/lib/index.js","mtime":1701741928146}],"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// | CRMEB [ CRMEB赋能开发者,助力企业发展 ]\n// +---------------------------------------------------------------------\n// | Copyright (c) 2016~2023 https://www.crmeb.com All rights reserved.\n// +---------------------------------------------------------------------\n// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权\n// +---------------------------------------------------------------------\n// | Author: CRMEB Team \n// +---------------------------------------------------------------------\nimport { sensitiveListApi } from '@/api/systemadmin';\nimport { checkPermi } from '@/utils/permission'; // 权限判断函数\nexport default {\n data() {\n return {\n tableData: {},\n tableFrom: {\n page: 1,\n limit: 20,\n },\n listLoading: false,\n };\n },\n mounted() {\n if (checkPermi(['platform:log:sensitive:list'])) this.getLogList();\n },\n methods: {\n checkPermi,\n getLogList() {\n this.listLoading = true;\n sensitiveListApi(this.tableFrom).then((res) => {\n this.tableData = res;\n this.listLoading = false;\n });\n },\n handleSizeChange(val) {\n this.tableFrom.limit = val;\n this.getLogList();\n },\n pageChange(page) {\n this.tableFrom.page = page;\n this.getLogList();\n },\n },\n};\n",null]}