From f50fdae4350f72845c00454128fb7145613b1ed0 Mon Sep 17 00:00:00 2001 From: liujun Date: Tue, 16 Apr 2024 17:22:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E5=85=AC=E5=8F=B8=E4=BA=BA=E5=91=98?= =?UTF-8?q?=E5=AE=9A=E4=BD=8D=E5=9C=B0=E5=9B=BE=E5=8A=9F=E8=83=BD=E5=AE=8C?= =?UTF-8?q?=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../oneCompany/reflection/components/info.vue | 14 -------------- 1 file changed, 14 deletions(-) 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) => {