From 26fa49f4b0aa658d65a21fffe828f39e78302573 Mon Sep 17 00:00:00 2001
From: HelenHuang <LinHuang@pollex.com.tw>
Date: 星期四, 09 六月 2022 17:46:58 +0800
Subject: [PATCH] Revert "Update#139889 [ 快速篩選 ] 年資文案調整"

---
 PAMapp/node_modules/element-ui/lib/switch.js |   36 +++++++++++++++++++-----------------
 1 files changed, 19 insertions(+), 17 deletions(-)

diff --git a/PAMapp/node_modules/element-ui/lib/switch.js b/PAMapp/node_modules/element-ui/lib/switch.js
index 2397b31..7bbc9fc 100644
--- a/PAMapp/node_modules/element-ui/lib/switch.js
+++ b/PAMapp/node_modules/element-ui/lib/switch.js
@@ -82,7 +82,7 @@
 /******/
 /******/
 /******/ 	// Load entry module and return exports
-/******/ 	return __webpack_require__(__webpack_require__.s = 114);
+/******/ 	return __webpack_require__(__webpack_require__.s = 93);
 /******/ })
 /************************************************************************/
 /******/ ({
@@ -196,7 +196,21 @@
 
 /***/ }),
 
-/***/ 114:
+/***/ 22:
+/***/ (function(module, exports) {
+
+module.exports = require("element-ui/lib/mixins/focus");
+
+/***/ }),
+
+/***/ 4:
+/***/ (function(module, exports) {
+
+module.exports = require("element-ui/lib/mixins/emitter");
+
+/***/ }),
+
+/***/ 93:
 /***/ (function(module, __webpack_exports__, __webpack_require__) {
 
 "use strict";
@@ -459,7 +473,9 @@
       this.$nextTick(function () {
         // 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: function setBackgroundColor() {
@@ -531,20 +547,6 @@
 };
 
 /* harmony default export */ var packages_switch = __webpack_exports__["default"] = (src_component);
-
-/***/ }),
-
-/***/ 22:
-/***/ (function(module, exports) {
-
-module.exports = require("element-ui/lib/mixins/focus");
-
-/***/ }),
-
-/***/ 4:
-/***/ (function(module, exports) {
-
-module.exports = require("element-ui/lib/mixins/emitter");
 
 /***/ })
 

--
Gitblit v1.8.0