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')) + // } + // }) + // } + // }) + // } } }