1 line
3.0 KiB
JSON
1 line
3.0 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\\estate\\examine\\dialog\\popup.vue?vue&type=script&lang=js","dependencies":[{"path":"E:\\hz-zhhq-web\\src\\views\\estate\\examine\\dialog\\popup.vue","mtime":1737610069418},{"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/**\r\n * btn 1 取消\r\n * btn 2 确认\r\n * btn 3 取消和确认\r\n */\nexport default {\n props: [\"title\", \"btn\", \"width\", \"contents\"],\n created: function created() {},\n data: function data() {\n return {\n lDialog: this.width > 500 ? \"big700\" : \"small300\",\n titleV: this.title,\n content: this.contents,\n sureBtn: '确认',\n clearBtn: '取消',\n dialogVisible: true\n };\n },\n methods: {\n /*关闭弹窗 */handleClose: function handleClose() {\n var _this = this;\n this.dialogVisible = false;\n this.$emit('closeDialog');\n setTimeout(function () {\n _this.dialogVisible = true;\n });\n },\n /**确认弹窗 */sureBtnClick: function sureBtnClick() {\n var _this2 = this;\n this.dialogVisible = false;\n if (this.titleV == '删除' || this.titleV == '接受' || this.titleV == '结束') {\n this.$emit('closeDialog', '1');\n } else if (this.titleV == '修改' || this.titleV == '编辑' || this.titleV == '处理') {\n this.$emit('closeDialog', '2');\n } else if (this.titleV == '添加' || this.titleV == '新增') {\n this.$emit('closeDialog', '3');\n } else if (this.titleV == '回收') {\n this.$emit('closeDialog', '4');\n } else if (this.titleV == '充值') {\n this.$emit('closeDialog', 5);\n } else if (this.titleV == '批量充值') {\n this.$emit('closeDialog', 6);\n } else if (this.titleV == '重置密码') {\n this.$emit('closeDialog', '7');\n } else if (this.titleV == '发布') {\n this.$emit('closeDialog', 8);\n } else if (this.titleV == '拒绝退租') {\n this.$emit('closeDialog', 6);\n } else if (this.titleV == '通过退租') {\n this.$emit('closeDialog', 5);\n }\n this.$emit('closeDialog');\n setTimeout(function () {\n _this2.dialogVisible = true;\n });\n }\n }\n};",null]} |