Explorar el Código

fix: 审核建议默认 ‘同意’

linweizeng hace 3 años
padre
commit
b365233f06

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

@@ -181,7 +181,9 @@ export default {
     }
   },
   created(){
-    this.data = this.value ? this.value : '同意'
+    setTimeout(()=> {
+        this.data = this.value ? this.value : '同意'
+    },100)
   },
   watch: {
     data(){