1 line
3.9 KiB
JSON
1 line
3.9 KiB
JSON
{"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\\house\\apply\\applydetail\\index.vue?vue&type=script&lang=js","dependencies":[{"path":"E:\\hz-zhhq-web\\src\\views\\house\\apply\\applydetail\\index.vue","mtime":1737610069425},{"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 _getdata = require(\"@/api/getdata\");\nvar _popup = _interopRequireDefault(require(\"@/views/estate/examine/dialog/popup.vue\"));\nvar _crypto = require(\"crypto\");\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\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 Popup: _popup.default\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 ruleForm: {\n userName: '',\n orgName: '',\n phone: \"\",\n gender: '',\n marriageState: '',\n position: '',\n userType: '',\n houseType: '',\n applyCause: '',\n applyTime: ''\n },\n til: \"添加\",\n id: \"\",\n houseType: [],\n status: [],\n device: [],\n userType: [],\n parentData: []\n };\n },\n created: function created() {},\n mounted: function mounted() {\n this.houseType = JSON.parse(this.$route.query.houseType);\n this.status = JSON.parse(this.$route.query.status);\n this.device = JSON.parse(this.$route.query.device);\n this.model = JSON.parse(this.$route.query.model);\n this.userType = JSON.parse(this.$route.query.userType);\n var data = this.$route.query.rowdata;\n console.log(data);\n if (data) {\n this.ruleForm.userName = data.USER_NAME;\n this.ruleForm.orgName = data.ORG_NAME;\n this.ruleForm.phone = data.PHONE;\n this.ruleForm.gender = data.GENDER;\n this.ruleForm.marriageState = data.MARRIAGE_STATE;\n this.ruleForm.position = data.POSITION;\n this.ruleForm.applyCause = data.APPLY_CAUSE;\n this.ruleForm.applyTime = data.applyTime;\n for (var i = 0; i < this.userType.length; i++) {\n if (this.userType[i].VALUE == data.USER_TYPE) {\n this.ruleForm.userType = this.userType[i].NAME;\n }\n }\n this.id = data.UUID;\n this.til = data.til;\n }\n },\n methods: {\n /**返回上一级 */comeBack: function comeBack() {\n this.$router.push({\n name: \"houseApply\",\n params: {\n index: this.indexCall\n }\n });\n } // resetForm(formName) {\n // this.$refs[formName].resetFields();\n // this.$router.push({\n // name: \"house\",\n // params: { index: this.indexCall }\n // });\n // this.$message({\n // message: \"取消成功\",\n // type: \"success\"\n // });\n // },\n // 上传图片\n }\n};",null]} |