From 606d952e24df3ccd3fdaa91c715cd998057da2b5 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Thu, 11 Aug 2022 17:30:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E6=8B=A9=E6=A0=87=E9=A2=98=E6=97=B6?= =?UTF-8?q?=E9=9A=90=E8=97=8F=E8=AE=A4=E8=AF=81=E7=B1=BB=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ParameterItemCollectionList.vue | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue index 4aec2ab8d..c99675027 100644 --- a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue +++ b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue @@ -670,11 +670,11 @@ mounted() { this.GetgetLoginUserType() console.log(this.currentPersonRole) - setTimeout(() => { - if (this.currentPersonRole == 'dre') { - this.handlePreservation() - } - }, 10000) + // setTimeout(() => { + // if (this.currentPersonRole == 'dre') { + // this.handlePreservation() + // } + // }, 10000) // this.paramsManifest = JSON.parse(localStorage.getItem('paramsManifest')) this.paramsManifest = this.$route.query // document.title = `${this.paramsManifest.title}-` + this.$t('ParameteItemCollectionList') @@ -1289,7 +1289,7 @@ handlePreservation(num) { let _this = this let postDate = [] - let data = JSON.parse(JSON.stringify(this.dataSource)) + let data = JSON.parse(JSON.stringify(this.$refs.CollectionTabel.dataSource)) let selectedRowKeysValue = [] data.forEach(res => { if (res.state == 'Wait Fill' || res.state == '待填写' || res.state == '认证工程师退回' || @@ -1334,11 +1334,11 @@ _this.$message.success(_this.$t('OperationSuccessful')) this.textLoading = false } - setTimeout(() => { - if (this.currentPersonRole == 'dre') { - this.handlePreservation() - } - }, 10000) + // setTimeout(() => { + // if (this.currentPersonRole == 'dre') { + // this.handlePreservation() + // } + // }, 10000) } else { if (num && num == 1) { _this.$message.warning(_this.$t('operationFailed'))