From 0f9667ec22576b282b1d2fad2722d0af4c2af79a Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Thu, 30 Dec 2021 11:41:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=E4=BB=BB=E5=8A=A1=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0proxy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/fix/fix.proxy.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/fix/fix.proxy.js b/dist/fix/fix.proxy.js index ad14e65ab..f332da88b 100644 --- a/dist/fix/fix.proxy.js +++ b/dist/fix/fix.proxy.js @@ -1835,9 +1835,9 @@ var job = function job() { // 这里去掉的原因是,新增属性没有生效也会触发变化监听 - // if (!runner.active) { - // return; - // } + if (!runner.effect.active) { + return; + } if (cb) { // watch(source, cb) var newValue = runner();