mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2025-04-06 21:40:23 +08:00
fix: deep eval with the options
This commit is contained in:
parent
fc0f1caa91
commit
b7c9931fe3
@ -209,7 +209,7 @@ export class StateManager {
|
||||
if (value && typeof value === 'object') {
|
||||
const stop = watch(
|
||||
() => {
|
||||
const result = this.deepEval(value);
|
||||
const result = this.deepEval(value, options);
|
||||
return result;
|
||||
},
|
||||
newV => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user