Commit 118332c660c1309a3659ccfd1b45401fae88626b
1 parent
e2a080e8
Exists in
master
and in
2 other branches
fix: 修复Schema详情传值
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
packages/schema-page/index.vue
| @@ -201,7 +201,7 @@ export default { | @@ -201,7 +201,7 @@ export default { | ||
| 201 | console.log(this); | 201 | console.log(this); |
| 202 | }, | 202 | }, |
| 203 | watch: { | 203 | watch: { |
| 204 | - detailValue(val) { | 204 | + valueDetail(val) { |
| 205 | this.detail = val; | 205 | this.detail = val; |
| 206 | }, | 206 | }, |
| 207 | detail(val) { | 207 | detail(val) { |