parent
6e97df10d9
commit
856cf774f1
1 changed files with 8 additions and 11 deletions
|
@ -114,9 +114,7 @@
|
||||||
// }
|
// }
|
||||||
// return parent;
|
// return parent;
|
||||||
// },
|
// },
|
||||||
fieldValue: {
|
fieldValue () {
|
||||||
cache: false,
|
|
||||||
get() {
|
|
||||||
const model = this.form.model;
|
const model = this.form.model;
|
||||||
if (!model || !this.prop) { return; }
|
if (!model || !this.prop) { return; }
|
||||||
|
|
||||||
|
@ -126,7 +124,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
return getPropByPath(model, path).v;
|
return getPropByPath(model, path).v;
|
||||||
}
|
|
||||||
},
|
},
|
||||||
labelStyles () {
|
labelStyles () {
|
||||||
let style = {};
|
let style = {};
|
||||||
|
|
Loading…
Add table
Reference in a new issue