Quellcode durchsuchen

意见默认同意

cfort vor 2 Jahren
Ursprung
Commit
2069cb7d6a
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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: {