From 0ac6f6050b16ab49a3a7ec341981a9494d71f1d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Sun, 16 Apr 2023 20:27:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=B5=81=E7=A8=8B=E9=87=8D?= =?UTF-8?q?=E7=BD=AE=E6=95=B0=E6=8D=AE=E8=BF=81=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/listOfRegulations.vue | 52 +++++++++---------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/jero-web/src/views/projectManagement/components/listOfRegulations.vue b/jero-web/src/views/projectManagement/components/listOfRegulations.vue index e414b9d37..48a7d7bfd 100644 --- a/jero-web/src/views/projectManagement/components/listOfRegulations.vue +++ b/jero-web/src/views/projectManagement/components/listOfRegulations.vue @@ -97,10 +97,10 @@ style="overflow:hidden;margin-bottom: 20px">
-
- - 重置流程(数据迁移) -
+ + + +
@@ -2982,28 +2982,28 @@ download(item) { downloadFile('/sys/common/downLoadFile', item.fileName, { id: item.id, userName: this.userInfo().username }) }, - profileClick() { - let _this = this - this.$confirm({ - width: 760, - content: _this.$t('NoteConfirmTheChange'), - onOk() { - let idList = JSON.parse(JSON.stringify(_this.selectedRowKeys)) - postAction('/project/projectLawsInventoryEO/resetFlowTemp', { - ids: idList.join(','), - projectLibraryId: _this.$route.query.id - }).then((res) => { - if (res.success) { - _this.$message.success(_this.$t('OperationSuccessful')) - _this.selectedRowKeys = [] - _this.getList() - } else { - _this.$message.warning(_this.$t('operationFailed')) - } - }) - } - }) - } + // profileClick() { + // let _this = this + // this.$confirm({ + // width: 760, + // content: _this.$t('NoteConfirmTheChange'), + // onOk() { + // let idList = JSON.parse(JSON.stringify(_this.selectedRowKeys)) + // postAction('/project/projectLawsInventoryEO/resetFlowTemp', { + // ids: idList.join(','), + // projectLibraryId: _this.$route.query.id + // }).then((res) => { + // if (res.success) { + // _this.$message.success(_this.$t('OperationSuccessful')) + // _this.selectedRowKeys = [] + // _this.getList() + // } else { + // _this.$message.warning(_this.$t('operationFailed')) + // } + // }) + // } + // }) + // } } }