region-select
Advanced tools
Comparing version 0.4.11 to 0.4.12
@@ -6,19 +6,19 @@ /* | ||
* @LastEditors: WangYuan | ||
* @LastEditTime: 2021-06-02 15:58:52 | ||
* @LastEditTime: 2023-07-26 11:04:13 | ||
*/ | ||
const area_list = [ | ||
{ | ||
label: "呼和浩特市", | ||
name: "呼和浩特市", | ||
id: '001', | ||
children: [ | ||
{ | ||
label: "市辖区", | ||
name: "市辖区", | ||
id: '0011' | ||
}, | ||
{ | ||
label: "东河区", | ||
name: "东河区", | ||
id: '0012' | ||
}, | ||
{ | ||
label: "昆都仑区", | ||
name: "昆都仑区", | ||
id: '0013' | ||
@@ -29,15 +29,15 @@ }, | ||
{ | ||
label: "包头市", | ||
name: "包头市", | ||
id: '002', | ||
children: [ | ||
{ | ||
label: "市辖区", | ||
name: "市辖区", | ||
id: '0021' | ||
}, | ||
{ | ||
label: "海勃湾区", | ||
name: "海勃湾区", | ||
id: '0022' | ||
}, | ||
{ | ||
label: "乌达区", | ||
name: "乌达区", | ||
id: '0023' | ||
@@ -48,15 +48,15 @@ }, | ||
{ | ||
label: "乌海市", | ||
name: "乌海市", | ||
id: '003', | ||
children: [ | ||
{ | ||
label: "市辖区", | ||
name: "市辖区", | ||
id: '0031' | ||
}, | ||
{ | ||
label: "红山区", | ||
name: "红山区", | ||
id: '0032' | ||
}, | ||
{ | ||
label: "昆元宝山区", | ||
name: "昆元宝山区", | ||
id: '0033' | ||
@@ -63,0 +63,0 @@ }, |
{ | ||
"name": "region-select", | ||
"version": "0.4.11", | ||
"version": "0.4.12", | ||
"author": "wangyuan", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -264,2 +264,8 @@ # region-select | ||
</tr> | ||
</tr> | ||
<tr align="center"> | ||
<td>handleExpandChange</td> | ||
<td>当选中节点变化时触发</td> | ||
<td>返回节点node,可在node中获取所有的父类信息</td> | ||
</tr> | ||
</table> | ||
@@ -266,0 +272,0 @@ <br/><br/><br/> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
6964722
43352
295