From bfdb4ab1ec500f3add469f117e1938f86fde6b06 Mon Sep 17 00:00:00 2001 From: fangjiakai <450850793@qq.com> Date: Tue, 20 Feb 2024 11:40:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=9A=90=E6=82=A3=E7=A1=AE?= =?UTF-8?q?=E8=AE=A4=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../archive/detail-hidden.vue | 45 ------------------- 1 file changed, 45 deletions(-) diff --git a/pages/application/safety-environmental-inspection/archive/detail-hidden.vue b/pages/application/safety-environmental-inspection/archive/detail-hidden.vue index 74385ab..5f1a827 100644 --- a/pages/application/safety-environmental-inspection/archive/detail-hidden.vue +++ b/pages/application/safety-environmental-inspection/archive/detail-hidden.vue @@ -342,14 +342,6 @@ - - - - - - - - @@ -428,7 +420,6 @@ },// 数据 files: [], hiddenVideo: [], - confirmUserAllList: [], // 隐患确认人下拉数据 videoSrc: '', todayDate: '', modalShow: false, @@ -449,7 +440,6 @@ this.getData(); // 初始化现场作业负责人 this.getDept() - this.getDict() loginSession(); this.rectifyPlanCompletionStartTime = formatDate(tomorrow, 'yyyy-MM-dd'); @@ -571,12 +561,6 @@ this.videoSrc = e.currentTarget.dataset.src this.modalShow = true }, - setConUser(e) { - this.form.conUserIndex = e.detail.value; - this.form.CONFIRM_USER = this.confirmUserAllList[e.detail.value].USER_ID; - this.form.conUserName = this.confirmUserAllList[e.detail.value].NAME; - this.$forceUpdate();//强制刷新 - }, submit() { var _this = this; // 在发送请求之前进行非空校验 @@ -736,35 +720,6 @@ } }) }, - //获取数据字典数据 - getDict() { - var _this = this; - - uni.request({ - method: 'POST', - dataType: 'json', - header: { - 'Content-type': 'application/x-www-form-urlencoded' - }, - url: basePath + '/app/user/getHiddenConfirm', - data: { - corpinfoId: corpinfoId, - IS_HAZARDCONFIRMER: '1', - tm: new Date().getTime() - }, - success: function (res) { - if ("success" == res.data.result) { - _this.confirmUserAllList = res.data.userList; - _this.$forceUpdate();//强制刷新 - } else { - uni.showToast({ - title: res.data.message, - duration: 2000 - }); - } - } - }) - }, goback() { var pages = getCurrentPages(); // 获取当前页面栈