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