- {
- if (currentHq.id) {
- beforeBranch = currentHq;
- currentHq = { id: '', code: '' };
- fieldSelectedBranch = {
- label: $t('branchHQLabel'),
- value: 'branchHQLabel',
- };
+
- {
- if (beforeBranch.id) {
- currentHq = beforeBranch;
- beforeBranch = { id: '', code: '' };
- fieldSelectedBranch = {
- label: '',
- value: '',
- };
+
-
+
-