去掉新增部门区划默认值0
This commit is contained in:
parent
4a2e8f4a62
commit
45b6b64216
|
@ -101,7 +101,7 @@ export default {
|
||||||
pid: '',
|
pid: '',
|
||||||
parentName: '',
|
parentName: '',
|
||||||
sort: 0,
|
sort: 0,
|
||||||
district: 0
|
district: ''
|
||||||
},
|
},
|
||||||
sheng: [{ pid: 100001, value: '山东省' }],
|
sheng: [{ pid: 100001, value: '山东省' }],
|
||||||
city: [], // 市
|
city: [], // 市
|
||||||
|
|
Loading…
Reference in New Issue