Files
tekelanew_acs/acs/nladmin-ui/node_modules/.cache/babel-loader/0b2a11b45cb3e84936b57272d80a0784.json

1 line
3.4 KiB
JSON
Raw Normal View History

2024-12-03 17:40:13 +08:00
{"remainingRequest":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\babel-loader\\lib\\index.js!D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\src\\views\\acs\\protocolConfig\\index.vue?vue&type=script&lang=js","dependencies":[{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\src\\views\\acs\\protocolConfig\\index.vue","mtime":1732871026617},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\babel.config.js","mtime":1732871025888},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1732872824662},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\babel-loader\\lib\\index.js","mtime":1732872825017},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1732872824662},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\vue-loader\\lib\\index.js","mtime":1732872825835}],"contextDependencies":[],"result":["\"use strict\";\n\nvar _interopRequireDefault = require(\"D:/data/hanguodoushan/acs2/nladmin-ui/node_modules/@babel/runtime/helpers/interopRequireDefault.js\");\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = void 0;\nvar _crud = _interopRequireDefault(require(\"@/mixins/crud\"));\nvar _driverConfig = require(\"@/api/acs/device/driverConfig\");\nvar _dict = require(\"@/views/system/dict/dict\");\nvar _config = _interopRequireDefault(require(\"./config\"));\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\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 name: 'ProtocolConfig',\n components: {\n config: _config.default\n },\n dicts: ['device_type'],\n mixins: [_crud.default],\n data: function data() {\n return {\n componentDio: false,\n currentComponent: '',\n activeName: 'first',\n tableHeight: 550,\n columnLoading: false,\n configLoading: false,\n dicts: [],\n syncLoading: false,\n genLoading: false,\n form: {\n device_code: '',\n device_number: '',\n db_interval: '',\n driver_code: '',\n type: ''\n },\n deviceDriverList: [],\n rules: {\n driver_code: [{\n required: true,\n message: '设备驱动不能为空',\n trigger: 'blur'\n }]\n }\n };\n },\n created: function created() {\n var _this = this;\n this.tableHeight = document.documentElement.clientHeight - 385;\n this.device_code = this.$route.params.device_code;\n this.$nextTick(function () {\n (0, _driverConfig.getAllDriverCodeList)().then(function (data) {\n _this.deviceDriverList = data;\n });\n (0, _dict.getDicts)().then(function (data) {\n _this.dicts = data;\n });\n });\n },\n methods: {\n changeDriver: function changeDriver() {\n var _this2 = this;\n this.componentDio = false;\n this.$nextTick(function () {\n _this2.reloadCom();\n });\n },\n reloadCom: function reloadCom() {\n this.componentDio = true;\n this.currentComponent = 'config';\n }\n }\n};",null]}