Browse Source

fix Bug #7818

master
daivph 5 years ago
parent
commit
bbecf45726
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      lib/presentation/screens/actions/disease/sc_edit_action_disease.dart

+ 1
- 2
lib/presentation/screens/actions/disease/sc_edit_action_disease.dart View File

_disease.harmLevel ?? ""; _disease.harmLevel ?? "";
_treePercentController.text = _disease.treePercent _treePercentController.text = _disease.treePercent
.formatStringToStringDecimal(); .formatStringToStringDecimal();
_locationController.text =
_disease.location.formatStringToStringDecimal();
_locationController.text = _disease.location ?? "";
_naturalEnemyController.text = _naturalEnemyController.text =
_disease.naturalEnemy ?? ""; _disease.naturalEnemy ?? "";
_treatmentMeasuresController.text = _treatmentMeasuresController.text =

Loading…
Cancel
Save