hz-zhhq-web/node_modules/.cache/babel-loader/1b717a5bcc7dfa20e3b1b062f0b...

1 line
6.2 KiB
JSON
Raw Normal View History

2025-02-25 13:43:48 +08:00
{"remainingRequest":"E:\\hz-zhhq-web\\node_modules\\thread-loader\\dist\\cjs.js!E:\\hz-zhhq-web\\node_modules\\babel-loader\\lib\\index.js!E:\\hz-zhhq-web\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!E:\\hz-zhhq-web\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!E:\\hz-zhhq-web\\src\\views\\jurisdiction\\accountnumber\\index.vue?vue&type=script&lang=js","dependencies":[{"path":"E:\\hz-zhhq-web\\src\\views\\jurisdiction\\accountnumber\\index.vue","mtime":1737610069427},{"path":"E:\\hz-zhhq-web\\babel.config.js","mtime":1737610069371},{"path":"E:\\hz-zhhq-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\hz-zhhq-web\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\hz-zhhq-web\\node_modules\\babel-loader\\lib\\index.js","mtime":456789000000},{"path":"E:\\hz-zhhq-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\hz-zhhq-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//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\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 moment from \"moment\";\nimport Addaccount from \"../popup/addAccount.vue\";\nimport Mergeaccount from \"../popup/mergeAccount.vue\";\nimport Paging from \"@/views/Public/paging.vue\";\nimport { accList } from \"@/api/getdata\";\nexport default {\n components: {\n Paging: Paging,\n Addaccount: Addaccount,\n Mergeaccount: Mergeaccount\n },\n data: function data() {\n return {\n loading: false,\n //初始化loading\n loadingMsg: \"\",\n roleType: \"account\",\n roleId: \"\",\n page: {\n limit: 0 /** 当前点击*/,\n sizePage: 10 /** 当前多少页*/,\n total: 0 /**总数 */\n },\n row: {},\n typeTitle: \"\",\n manageFlag: false,\n addFlag: false,\n tableData: [\n // {\n // code: \"1001\",\n // name: \"施工管理员\",\n // Founder: \"上帝\",\n // date: \"2016-05-02\"\n // },\n // {\n // code: \"1002\",\n // name: \"餐券管理员\",\n // Founder: \"adxxmin\",\n // date: \"2016-05-02\"\n // },\n // {\n // code: \"1003\",\n // name: \"员工管理员\",\n // Founder: \"adxxmin\",\n // date: \"2016-05-02\"\n // }\n ]\n };\n },\n mounted: function mounted() {\n // console.log(moment,50)\n this.createLoad();\n this.getlist();\n },\n methods: {\n createLoad: function createLoad() {\n this.loading = true;\n this.loadingMsg = \"加载中...\";\n },\n clearLoad: function clearLoad() {\n this.loading = false;\n this.loadingMsg = \"\";\n },\n currentChanges: function currentChanges(val) {\n this.createLoad();\n this.page.limit = val;\n this.getlist();\n },\n /**删除 */delAccount: function delAccount(id) {\n this.createLoad();\n this.page.limit = 1;\n this.getlist();\n console.log(\"删除\");\n },\n closeDialogE: function closeDialogE() {\n this.manageFlag = false;\n },\n closeDialog: function closeDialog() {\n this.addFlag = false;\n },\n closeaccount: function closeaccount(val) {\n this.addFlag = false;\n // console.log(val,88)\n },\n //管理\n manageChange: function manageChange(row) {\n this.row = row;\n this.manageFlag = true;\n this.roleId = row.role_id;\n },\n toManage: function toManage(row) {\n var onurl = window.location.href.indexOf(\"role\") !== -1 ? \"APP角色管理\" : \"审批权限管理\";\n this.$router.push({\n