Sfoglia il codice sorgente

意见默认同意

cfort 2 anni fa
parent
commit
2069cb7d6a

+ 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: {