|
@@ -84,7 +84,6 @@ export default {
|
|
|
]
|
|
|
],
|
|
|
...(() => {
|
|
|
- console.log(this.isTradeExaminer, 9999)
|
|
|
return this.isTradeExaminer
|
|
|
? [
|
|
|
[
|
|
@@ -140,12 +139,12 @@ export default {
|
|
|
this.$message.error('请选择需要删除的数据')
|
|
|
return
|
|
|
}
|
|
|
- for (let index = 0; index < this.recordSelected.length; index++) {
|
|
|
- if (this.recordSelected[index].orderStatus !== '已审核') {
|
|
|
- this.$message.error('请选择审核通过的数据')
|
|
|
- return
|
|
|
- }
|
|
|
- }
|
|
|
+ // for (let index = 0; index < this.recordSelected.length; index++) {
|
|
|
+ // if (this.recordSelected[index].orderStatus !== '已审核') {
|
|
|
+ // this.$message.error('请选择审核通过的数据')
|
|
|
+ // return
|
|
|
+ // }
|
|
|
+ // }
|
|
|
this.operateType = 'delete'
|
|
|
this.operateTitle = '删除'
|
|
|
this.operateVisible = true
|