From 51be1036bc46fcc7cf388013f6917b2ed4027bf6 Mon Sep 17 00:00:00 2001 From: "396572590@qq.com" Date: Tue, 26 Jul 2022 16:14:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20There=20is=20no=20way=20the,=2056561=20?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E6=B5=81=E7=A8=8B=E6=95=B0=E6=8D=AE=EF=BC=9A?= =?UTF-8?q?=E6=A0=87=E5=87=86=E5=BE=81=E6=B1=82=E6=84=8F=E8=A7=81=20?= =?UTF-8?q?=E6=96=87=E6=9C=AC=E7=8A=B6=E6=80=81=E6=98=BE=E7=A4=BA=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/bzzqyj/step1.vue | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue index 5ed90732c..8dbd98078 100644 --- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue @@ -374,6 +374,7 @@ + 加载数据 @@ -400,6 +401,7 @@ export default { }, activeNames: '1', bpnId: '', + ccc:false, fileUrl: 'api/att/attFile/uploadNew', fileMadel: false, OCRoptions: [], @@ -520,6 +522,7 @@ export default { }, methods: { getTaskId() { + this.ccc = true queryTaskFirst({ bpnId: this.$route.query.bpnId }).then(res => { @@ -527,6 +530,7 @@ export default { this.form = JSON.parse(JSON.stringify(mes.form)) this.roleForm = mes.roleForm this.commentText = mes.commentText + this.getFileTypeHGAsync(this.form.standId) }) }, filesUpload (file) { // 下载 @@ -762,6 +766,23 @@ export default { this.$message.warning("请选择一条数据进行带入"); } }, + async getFileTypeHGAsync(standId){ + let res = await this.getFileTypeHG(standId) + if(res && res.data){ + this.textTypeList = res.data + this.ccc = false + } + }, + getFileTypeHG(standId) { + return new Promise((resolve, reject) => { + this.$http.get('SarStandItems/sar-stand-items/getFileTypeHG', {standId: standId}, { + _this: this + }, res => { + const history = res; + resolve(history) + }) + }) + }, /*** **********************************************/ /** 流程节点负责人的选择 *****************************/ checkedRole2(data) {