cfort пре 2 година
родитељ
комит
2069cb7d6a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/business/platform/bpmn/components/approval-opinion/index.vue

+ 1 - 1
src/business/platform/bpmn/components/approval-opinion/index.vue

@@ -213,7 +213,7 @@ export default {
     },
     created () {
         setTimeout(() => {
-            this.data = this.unCompleteOpinion || this.value
+            this.data = this.unCompleteOpinion || this.value || '同意'
         }, 500)
     },
     methods: {