{"remainingRequest":"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main\\src\\views\\modules\\applicationPart2\\projectApplication\\projectapplication-add-or-update.vue?vue&type=script&lang=js&","dependencies":[{"path":"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main\\src\\views\\modules\\applicationPart2\\projectApplication\\projectapplication-add-or-update.vue","mtime":1622555561634},{"path":"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main\\node_modules\\babel-loader\\lib\\index.js","mtime":499162500000},{"path":"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main\\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\nimport debounce from 'lodash/debounce'\n\nexport default {\n props: [\"isedit\"],\n data() {\n return {\n visible: false,\n isItemDisplay: false,\n\n dataForm: {\n id: '',\n projectName: '',\n applicant: this.$store.state.user.realName,\n applicationDept: '',\n projectStartDate: '',\n projectEndDate: '',\n projectType: '',\n projectDescription: '',\n projectState: '',\n creator: '',\n createDate: ''\n }\n }\n },\n computed: {\n dataRule() {\n return {\n projectName: [\n {required: true, message: this.$t('validate.required'), trigger: 'blur'}\n ],\n applicant: [\n {required: true, message: this.$t('validate.required'), trigger: 'blur'}\n ],\n applicationDept: [\n {required: true, message: this.$t('validate.required'), trigger: 'blur'}\n ],\n projectStartDate: [\n {required: true, message: this.$t('validate.required'), trigger: 'blur'}\n ],\n projectEndDate: [\n {required: true, message: this.$t('validate.required'), trigger: 'blur'}\n ],\n projectType: [\n {required: true, message: this.$t('validate.required'), trigger: 'blur'}\n ],\n projectDescription: [\n {required: true, message: this.$t('validate.required'), trigger: 'blur'}\n ],\n projectState: [\n {required: true, message: this.$t('validate.required'), trigger: 'blur'}\n ],\n creator: [\n {required: true, message: this.$t('validate.required'), trigger: 'blur'}\n ],\n createDate: [\n {required: true, message: this.$t('validate.required'), trigger: 'blur'}\n ]\n }\n }\n },\n methods: {\n init() {\n this.visible = true\n this.$nextTick(() => {\n this.$refs['dataForm'].resetFields()\n this.dataForm.comment = \"\";\n this.dataForm.approver = \"\";\n this.dataForm.creator = \"\";\n this.dataForm.createDate = \"\";\n this.dataForm.projectState = \"\";\n\n if (this.dataForm.id) {\n this.getInfo()\n }\n })\n },\n // 获取信息\n getInfo() {\n this.$http.get(`/system/projectApplication/projectapplication/${this.dataForm.id}`).then(({data: res}) => {\n if (res.code !== 0) {\n return this.$message.error(res.msg)\n }\n this.dataForm = {\n ...this.dataForm,\n ...res.data\n }\n }).catch(() => {\n })\n },\n // 表单提交\n dataFormSubmitHandle: debounce(function () {\n this.$refs['dataForm'].validate((valid) => {\n if (!valid) {\n return false\n }\n\n\n this.dataForm.studentNumber = this.$store.state.user.username;\n\n if (!this.dataForm.id) {\n this.dataForm.projectState = \"0\";\n }\n\n\n this.$http[!this.dataForm.id ? 'post' : 'put']('/system/projectApplication/projectapplication/', this.dataForm).then(({data: res}) => {\n if (res.code !== 0) {\n return this.$message.error(res.msg)\n }\n this.$message({\n message: this.$t('prompt.success'),\n type: 'success',\n duration: 500,\n onClose: () => {\n this.visible = false\n this.$emit('refreshDataList')\n }\n })\n }).catch(() => {\n })\n })\n }, 1000, {'leading': true, 'trailing': false})\n }\n}\n",{"version":3,"sources":["projectapplication-add-or-update.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2FA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AAGA;;AAEA;AACA;AACA;;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"projectapplication-add-or-update.vue","sourceRoot":"src/views/modules/applicationPart2/projectApplication","sourcesContent":["\n\n\n"]}]}