mirror of
https://github.com/cjango/dcat-vue.git
synced 2025-12-06 22:40:03 +08:00
fixed bugs
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -41,8 +41,13 @@ class Distpicker extends Field
|
|||||||
*/
|
*/
|
||||||
public function __construct($label)
|
public function __construct($label)
|
||||||
{
|
{
|
||||||
$this->areaId = md5(Str::uuid());
|
|
||||||
parent::__construct([], [$label]);
|
parent::__construct([], [$label]);
|
||||||
|
|
||||||
|
$this->areaId = md5(Str::uuid());
|
||||||
|
|
||||||
|
$this->view = 'weiwait.dcat-vue::common';
|
||||||
|
|
||||||
|
$this->makeVid();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function dist(string $province = null, string $city = null, string $district = null): self
|
public function dist(string $province = null, string $city = null, string $district = null): self
|
||||||
|
|||||||
@@ -116,4 +116,7 @@ return [
|
|||||||
'2.9.0' => [
|
'2.9.0' => [
|
||||||
'checkbox & watch',
|
'checkbox & watch',
|
||||||
],
|
],
|
||||||
|
'2.9.1' => [
|
||||||
|
'fixed bugs',
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user