hz-zhhq-web/node_modules/.cache/babel-loader/d3364ef7e76537af202829bb7d9...

1 line
12 KiB
JSON
Raw Normal View History

2025-02-25 13:43:48 +08:00
{"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\\property\\questionnaire\\addQuestion\\index.vue?vue&type=script&lang=js","dependencies":[{"path":"E:\\hz-zhhq-web\\src\\views\\property\\questionnaire\\addQuestion\\index.vue","mtime":1737610069443},{"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":["import \"core-js/modules/es6.function.name\";\nimport \"core-js/modules/web.dom.iterable\";\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\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 { updateQuestionnaireById, addQuestionnaire, getQuestionnaireById as _getQuestionnaireById, importFile } from \"@/api/getdata\";\nimport Popup from \"@/views/estate/examine/dialog/popup.vue\";\nimport { constants } from \"crypto\";\nexport default {\n components: {\n Popup: Popup\n },\n data: function data() {\n return {\n indexCall: this.$route.query.index ? this.$route.query.index : window.localStorage.getItem(\"pageIndex\"),\n validation: false,\n completeTitle: \"\",\n nav: \"\",\n imgData: {},\n dialogImageUrl: \"\",\n dialogVisible: false,\n timeUpdate: \"\",\n questionList: [{\n topIc: \"\",\n number: \"1\",\n topIcType: \"1\"\n }, {\n topIc: \"\",\n number: \"2\",\n topIcType: \"1\"\n }, {\n topIc: \"\",\n number: \"3\",\n topIcType: \"1\"\n }, {\n topIc: \"\",\n number: \"4\",\n topIcType: \"1\"\n }, {\n topIc: \"\",\n number: \"5\",\n topIcType: \"1\"\n }, {\n topIc: \"\",\n number: \"6\",\n topIcType: \"1\"\n }, {\n topIc: \"\",\n number: \"7\",\n topIcType: \"1\"\n }, {\n topIc: \"\",\n number: \"8\",\n topIcType: \"1\"\n }, {\n topIc: \"\",\n number: \"9\",\n topIcType: \"1\"\n }, {\n topIc: \"\",\n number: \"10\",\n topIcType: \"1\"\n }, {\n topIc: \"\",\n number: \"11\",\n topIcType: \"0\"\n }],\n //10题选择1题简答\n radioList: '',\n view: false,\n ruleForm: {\n isAnonymous: '0',\n title: \"\",\n describe: \"\",\n questionTime: '',\n state: ''\n },\n til: \"新增\",\n id: \"\",\n rules: {\n title: [{\n required: true,\n message: \"请输入问卷主题\",\n trigger: \"blur\"\n }],\n describe: [{\n required: true,\n message: \"请输入问卷描述\",\n trigger: \"blur\"\n }],\n isAnonymous: [{\n required: true,\n message: \"请选择是否匿名\",\n trigger: \"blur\"\n }],\n questionTime: [{\n required: true,\n message: \"请选择时间范围\",\n trigger: \"blur\"\n }]\n },\n houseType: [],\n status: [],\n device: [],\n parentData: [],\n sta