去掉新增部门区划默认值0

This commit is contained in:
lizhicheng2 2022-11-04 14:23:44 +08:00
parent 4a2e8f4a62
commit 45b6b64216
1 changed files with 1 additions and 1 deletions

View File

@ -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: [], //