瀏覽代碼

意见默认同意

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