保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/element-ui/packages/switch/src/component.vue
@@ -134,7 +134,9 @@
        this.$nextTick(() => {
          // set input's checked property
          // in case parent refuses to change component's value
          this.$refs.input.checked = this.checked;
          if (this.$refs.input) {
            this.$refs.input.checked = this.checked;
          }
        });
      },
      setBackgroundColor() {