|
@@ -3117,7 +3117,7 @@ export default {
|
|
|
})
|
|
|
const curNode = this.currentNode.nodeCode;
|
|
|
if (curNode === 'REVIEW_STATEMENT' || curNode === 'CHECK_REPORT') {
|
|
|
- if (this.assetsEvaluationTarget.some(item => !item.checkValue)) {
|
|
|
+ if (this.assetsEvaluationTarget.some(item => (item.checkValue === null || item.checkValue === undefined || item.checkValue === ''))) {
|
|
|
this.$notify({
|
|
|
title: '警告',
|
|
|
message: '评估对象需要进行审核定价',
|