hz-zhhq-web/node_modules/.cache/babel-loader/96d07d816ff2a22bdefa8efcddc...

1 line
9.3 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\\jurisdiction\\comesy\\index.vue?vue&type=script&lang=js","dependencies":[{"path":"E:\\hz-zhhq-web\\src\\views\\jurisdiction\\comesy\\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\nimport Popup from \"@/views/estate/examine/dialog/popup.vue\";\nimport { delFoodOrders, comeSyList, saveReason, roleList, roleSelectList } from \"@/api/getdata\";\nexport default {\n components: {\n Popup: Popup\n },\n data: function data() {\n return {\n dialogTableVisible: false,\n title: \"添加\",\n ruleForm: {\n reason: \"\"\n },\n rules: {\n reason: [{\n required: true,\n message: \"请填写事由内容\",\n trigger: \"blur\"\n }]\n },\n validation: false,\n completeTitle: \"\",\n nav: \"\",\n loading: false,\n //初始化loading\n loadingMsg: \"\",\n roleType: \"role\",\n roleId: \"\",\n row: {},\n typeTitle: \"\",\n manageFlag: false,\n addFlag: false,\n tableData: [],\n roleSelectProp: []\n };\n },\n mounted: function mounted() {\n this.createLoad();\n this.getlist();\n // this.getselect();\n },\n methods: {\n createLoad: function createLoad() {\n this.loading = true;\n this.loadingMsg = \"加载中...\";\n },\n clearLoad: function clearLoad() {\n this.loading = false;\n this.loadingMsg = \"\";\n },\n getselect: function getselect() {\n var _this = this;\n roleSelectList().then(function (res) {\n if (res.returnCode == \"1\") {\n _this.$message({\n message: res.returnMsg,\n type: \"success\"\n });\n _this.roleSelectProp = res.returnData;\n } else {\n _this.$message({\n message: res.returnMsg,\n type: \"warning\"\n });\n }\n }).catch(function (err) {\n console.log(err);\n });\n },\n //保存\n submitForm: function submitForm(formName) {\n var _this2 = this;\n this.$refs[formName].validate(function (valid) {\n if (valid) {\n _this2.validation = true;\n if (_this2.title == \"添加\") {\n _this2.nav = \"确认添加来访事由?\";\n _this2.completeTitle = \"添加\";\n } else if (_this2.title == \"修改\") {\n _this2.nav = \"确认修改来访事由?\";\n _this2.completeTitle = \"修改\";\n }\n }\n });\n },\n closeDialog: function closeDialog() {\n this.ruleForm = {};\n this.$refs.ruleForm.resetFields();\n },\n cancal: function cancal(formName) {\n this.dialogTableVisible = false;\n // this.$nextTick(()=>{\n // this.$refs.formName.resetFields();\n // })\n // console.log(this.$refs[formName],666)\n // if (this.$refs.formName!==undefined) {\n // this.$refs.formName.resetFields();\n