Explorar el Código

修改转写方式

newStyle
corala hace 1 año
padre
commit
0ca13fee87
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      src/views/building/index.vue

+ 2
- 0
src/views/building/index.vue Ver fichero

@@ -1016,6 +1016,7 @@ export default {
this.projectList.forEach(item=>{
if(item.code==value){
this.languageList = item.list
this.ruleForm.language = this.languageList[0].code
}
})
},
@@ -1414,6 +1415,7 @@ export default {
this.projectList.forEach(item=>{
if(item.code==row.transliterationMethod){
this.languageList = item.list
this.ruleForm.language = this.languageList[0].code
}
})
}else{


Cargando…
Cancelar
Guardar