1 line
13 KiB
JSON
1 line
13 KiB
JSON
|
|
{"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\\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\\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//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport Paging from \"@/views/Public/paging.vue\";\nimport Popup from \"@/views/estate/examine/dialog/popup.vue\";\nimport { GetDict, updDict, addDict, delDict } from \"@/api/getdata\";\nexport default {\n components: {\n Paging: Paging,\n Popup: Popup\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: \"40\",\n prop: \"dataType\",\n label: \"数据类型\"\n }, {\n type: \"normal\",\n is_show: true,\n minWidth
|