Commit 118332c660c1309a3659ccfd1b45401fae88626b

Authored by 刘汉宸
1 parent e2a080e8

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 201 console.log(this);
202 202 },
203 203 watch: {
204   - detailValue(val) {
  204 + valueDetail(val) {
205 205 this.detail = val;
206 206 },
207 207 detail(val) {
... ...