diff --git a/src/views/oneCompany/reflection/components/info.vue b/src/views/oneCompany/reflection/components/info.vue index 3f3d9ce..b777473 100644 --- a/src/views/oneCompany/reflection/components/info.vue +++ b/src/views/oneCompany/reflection/components/info.vue @@ -230,20 +230,6 @@ export default { this.material.remark = e.remark }) }, - getMenu() { - return new Promise(resolve => { - requestFN( - '/flowTrain/getPintName', { FLOWS_TYPE: this.info.FLOWS_TYPE, FLOWS_STEP: this.info.FLOWS_STEP } - ).then((data) => { - this.menu.department = data.Department - this.menu.user = data.User - this.menu.uploadFile = data.UploadFile - this.menu.limitFlag = data.limitFlag - resolve(true) - }).catch((e) => { - }) - }) - }, sendMessage(e) { console.log(this.material) this.$refs.form.validate((valid) => {