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