Explorar el Código

调整逻辑

pull/2/head
yufei111 hace 2 años
padre
commit
e518bce7e2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/views/data/tenant/tenant-edit.vue

+ 1
- 1
src/views/data/tenant/tenant-edit.vue Ver fichero

@@ -298,7 +298,6 @@ export default {
},
/* 选择省市区 */
selectArea(value, type, name){
this.getListBycode(value, type, name)
if (type === 'province') {
this.cityList = []
this.districtList = []
@@ -312,6 +311,7 @@ export default {
this.form.districtCode = null
this.form.districtName = null
}
this.getListBycode(value, type, name)
},
/* 根据选择的选中的code返回子项列表 */
getListBycode(code, name, childrenName) {

Cargando…
Cancelar
Guardar