Browse Source

bug修改

ysc 2 years ago
parent
commit
db8449a6a7
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/views/task/components/taskDetail.vue

+ 5 - 0
src/views/task/components/taskDetail.vue

@@ -72,6 +72,11 @@ export default {
       default: {}
     }
   },
+  watch: {
+    detailForm(val) {
+      this.form = val
+    }
+  },
   data() {
     return {
       form: {}