|
@@ -550,7 +550,6 @@ export default {
|
|
|
},
|
|
|
// 单元格标红
|
|
|
cellClassName({row, column, rowIndex, columnIndex}) {
|
|
|
- console.log('111', {row, column})
|
|
|
if(column.label == "需求可用周期" && Number(row.demandCycle) > 1.5 ) {
|
|
|
return 'success-row';
|
|
|
}
|
|
@@ -770,6 +769,8 @@ export default {
|
|
|
this.$modal.notifySuccess("审核成功");
|
|
|
this.getList(this.queryParams)
|
|
|
}
|
|
|
+ }).catch(err => {
|
|
|
+ this.getList(this.queryParams)
|
|
|
})
|
|
|
}
|
|
|
},
|