hz-zhhq-web/node_modules/.cache/babel-loader/63633c7dfbd5e05b39566e444d9...

1 line
13 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\\dict\\index.vue?vue&type=script&lang=js","dependencies":[{"path":"E:\\hz-zhhq-web\\src\\views\\jurisdiction\\dict\\index.vue","mtime":1737610069429},{"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 _popup = _interopRequireDefault(require(\"@/views/estate/examine/dialog/popup.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//\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 options: [] /**拜访部门 */,\n\n /**select */\n details: {},\n dialogTableVisible: false,\n tipTitle: \"\",\n ruleForm: {\n description: \"\",\n createTime: \"\"\n },\n ruleForm1: {\n dataType: \"\",\n dataValue: \"\",\n description: \"\",\n dataCode: \"\"\n },\n clickType: 0,\n // 1 删除 2 保存 \n validation: false,\n completeTitle: \"\",\n nav: \"\",\n rules: {\n name: [{\n required: true,\n message: \"请输入描述内容\",\n trigger: \"blur\"\n }],\n dataType: [{\n required: true,\n message: \"请输入数据类型\",\n trigger: \"blur\"\n }, {\n validator: function validator(rule, value, callback) {\n var reg = /^[0-9]*$/;\n if (reg.test(value)) {\n callback(new Error(\"请输入非数字!\"));\n } else {\n callback();\n }\n }\n }],\n dataCode: [{\n required: true,\n message: \"请输入编号\",\n trigger: \"blur\"\n }, {\n validator: function validator(rule, value, callback) {\n var reg = /^[0-9]*$/;\n if (reg.test(value)) {\n callback();\n } else {\n callback(new Error(\"请输入数字!\"));\n }\n }\n }],\n dataValue: [{\n required: true,\n message: \"请输入数据值\",\n trigger: \"blur\"\n }],\n description: [{\n required: true,\n message: \"请输入数据值\",\n trigger: \"blur\"\n }]\n },\n tableCols: [{\n type: \"normal\",\n is_show: true,\n prop: \"id\",\n label: \"序号\",\n align: \"center\",\n minWidth: \"40\"\n }, {\n type: \"normal\",\n is_show: true,\n minWidth: \