hz-zhhq-web/node_modules/.cache/babel-loader/0a5103bace48a45f3c95ca37c0f...

1 line
7.2 KiB
JSON
Raw Normal View History

2025-02-25 13:43:48 +08:00
{"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\\roleManagement\\userDevices.vue?vue&type=script&lang=js","dependencies":[{"path":"E:\\hz-zhhq-web\\src\\views\\jurisdiction\\roleManagement\\userDevices.vue","mtime":1737610069432},{"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 _paging = _interopRequireDefault(require(\"@/views/Public/paging.vue\"));\nvar _getdata = require(\"@/api/getdata\");\nvar _popup = _interopRequireDefault(require(\"@/views/estate/examine/dialog/popup.vue\"));\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\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 Popup: _popup.default\n },\n data: function data() {\n return {\n loading: false,\n //初始化loading\n loadingMsg: \"\",\n dataRow: '',\n addPopup: false,\n rules: {\n staffNo: [{\n required: true,\n message: \"请输入员工号\",\n trigger: \"blur\"\n }]\n },\n ruleForm: {\n staffNo: ''\n },\n delRow: {},\n popupBtn: \"3\",\n completeTitle: \"\",\n nav: \"\",\n fileList: [],\n validation: false,\n formInline: {\n value1: ''\n // unit: \"\",\n // kinds: \"\"\n },\n page: {\n limit: 0 /** 当前点击*/,\n sizePage: 10 /** 当前多少页*/,\n total: 0 /**总数 */\n },\n downloadLoading: false,\n tableData: []\n };\n },\n mounted: function mounted() {\n this.createLoad();\n this.dataRow = this.$route.query.dataRow;\n console.log(this.dataRow);\n this.getlist();\n },\n methods: {\n addRecord: function addRecord() {\n this.addPopup = true;\n this.ruleForm = {\n staffNo: ''\n };\n },\n submitForm: function submitForm(formName) {\n var _this = this;\n this.$refs[formName].validate(function (valid) {\n if (valid) {\n _this.validation = true;\n _this.nav = \"确认新增?\";\n _this.completeTitle = \"新增\";\n _this.btn = \"3\";\n }\n });\n },\n del: function del(row) {\n this.delRow = row;\n this.validation = true;\n this.nav = \"确认删除?\";\n this.completeTitle = \"删除\";\n this.btn = \"1\";\n },\n cancal: function cancal(formName) {\n this.getlist();\n this.addPopup = false;\n },\n closeEnd: function closeEnd(val) {\n var _this2 = this;\n this.validation = false;\n if (val == \"1\") {\n this.createLoad();\n var Content = {\n staffNo: this.delRow.staffNo\n };\n (0, _getdata.delHkUser)(Content).then(function (res) {\n if (res.returnCode == \"1\") {\n _this2.$message({\n message: res.returnMsg,\n type: \"success\"