|
|
@@ -60,7 +60,6 @@ class Form
|
|
|
*/
|
|
|
protected $loadCityData = false;
|
|
|
|
|
|
-
|
|
|
/**
|
|
|
* 三级联动 加载省市区数据
|
|
|
* @var bool
|
|
|
@@ -148,6 +147,22 @@ class Form
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
+ * @return bool
|
|
|
+ */
|
|
|
+ public function isLoadCityData()
|
|
|
+ {
|
|
|
+ return $this->loadCityData;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * @return bool
|
|
|
+ */
|
|
|
+ public function isLoadCityAreaData()
|
|
|
+ {
|
|
|
+ return $this->loadCityAreaData;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
* @param array $components
|
|
|
* @return $this
|
|
|
*/
|