|
@@ -768,7 +768,7 @@ export default {
|
|
|
// console.log(JSON.stringify(this.$common.replaceNullWithEmpty(this.formDataBF)), JSON.stringify(this.$common.replaceNullWithEmpty(this.getFormData())))
|
|
// console.log(JSON.stringify(this.$common.replaceNullWithEmpty(this.formDataBF)), JSON.stringify(this.$common.replaceNullWithEmpty(this.getFormData())))
|
|
|
// console.log(this.formDataBF)
|
|
// console.log(this.formDataBF)
|
|
|
if (this.timeModification_) {
|
|
if (this.timeModification_) {
|
|
|
- if (JSON.stringify(this.$common.replaceNullWithEmpty(this.formDataBF)) === JSON.stringify(this.$common.replaceNullWithEmpty(this.getFormData()))) {
|
|
|
|
|
|
|
+ if (JSON.stringify(this.formDataBF) === JSON.stringify(this.getFormData())) {
|
|
|
// console.log('aa')
|
|
// console.log('aa')
|
|
|
if (JSON.stringify(defData) === JSON.stringify(this.opinionListBF)) {
|
|
if (JSON.stringify(defData) === JSON.stringify(this.opinionListBF)) {
|
|
|
// console.log('aa')
|
|
// console.log('aa')
|