平台件认证清单-删除正在走流程的数据,提示语错误
This commit is contained in:
+2
-2
@@ -1138,7 +1138,7 @@
|
||||
for (let i = 0; i < this.selectedRowKeysList.length; i++) {
|
||||
if (this.selectedRowKeysList[i].flowStatus == 'List to be checked' ||
|
||||
this.selectedRowKeysList[i].flowStatus == 'Review and pass' ||
|
||||
this.selectedRowKeysList[i].flowStatus == 'Duty Person Rejected') {
|
||||
this.selectedRowKeysList[i].flowStatus == 'Refusal of responsible person') {
|
||||
ids.push(this.selectedRowKeysList[i].id)
|
||||
} else {
|
||||
notConditions.push(this.selectedRowKeysList[i].inspectionItem)
|
||||
@@ -1501,7 +1501,7 @@
|
||||
},
|
||||
deleteLib(val) {
|
||||
let _this = this
|
||||
if (val.flowStatus == 'List to be checked' || val.flowStatus == 'Review and pass' || val.flowStatus == 'Duty Person Rejected') {
|
||||
if (val.flowStatus == 'List to be checked' || val.flowStatus == 'Review and pass' || val.flowStatus == 'Refusal of responsible person') {
|
||||
this.$confirm({
|
||||
content: _this.$t('ConfirmDelete'),
|
||||
onOk() {
|
||||
|
||||
Reference in New Issue
Block a user