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