14843447 by lihua

fix: 协商合约

1 parent eb01081e
...@@ -467,8 +467,8 @@ const disableConfirmBtn = computed(() => { ...@@ -467,8 +467,8 @@ const disableConfirmBtn = computed(() => {
467 for (const newItem of newValue) { 467 for (const newItem of newValue) {
468 let oldItem = originValue[index]; 468 let oldItem = originValue[index];
469 if (newItem.action != oldItem.action || newItem.constraintEnName != oldItem.constraintEnName || 469 if (newItem.action != oldItem.action || newItem.constraintEnName != oldItem.constraintEnName ||
470 newItem.constraintOperatorCode != oldItem.constraintOperatorCode || newItem.constraintValue != oldItem.constraintValue || isEqual(newItem.constraintFieldValue, oldItem.constraintFieldValue || 470 newItem.constraintOperatorCode != oldItem.constraintOperatorCode || newItem.constraintValue != oldItem.constraintValue || !isEqual(newItem.constraintFieldValue, oldItem.constraintFieldValue ||
471 isEqual(newItem.constraintConnectorValue, oldItem.constraintConnectorValue) 471 !isEqual(newItem.constraintConnectorValue, oldItem.constraintConnectorValue)
472 )) { 472 )) {
473 return true; 473 return true;
474 } 474 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!