1 line
6.5 KiB
JSON
1 line
6.5 KiB
JSON
|
|
{"remainingRequest":"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\\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":["\"use strict\";\n\nvar _interopRequireDefault = require(\"E:/hz-zhhq-web/node_modules/@babel/runtime/helpers/interopRequireDefault.js\");\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = void 0;\nvar _moment = _interopRequireDefault(require(\"moment\"));\nvar _addAccount = _interopRequireDefault(require(\"../popup/addAccount.vue\"));\nvar _mergeAccount = _interopRequireDefault(require(\"../popup/mergeAccount.vue\"));\nvar _paging = _interopRequireDefault(require(\"@/views/Public/paging.vue\"));\nvar _getdata = require(\"@/api/getdata\");\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nvar _default = exports.default = {\n components: {\n Paging: _paging.default,\n Addaccount: _addAccount.default,\n Mergeaccount: _mergeAccount.default\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.manageFla
|