diff --git a/jero-web/src/views/projectManagement/components/certificationList/index.vue b/jero-web/src/views/projectManagement/components/certificationList/index.vue
index 7ad6c4dee..39ce27b8a 100644
--- a/jero-web/src/views/projectManagement/components/certificationList/index.vue
+++ b/jero-web/src/views/projectManagement/components/certificationList/index.vue
@@ -1297,13 +1297,13 @@
this.visibleRoleSwitching = true
this.$nextTick(() => {
this.$refs.ruleFormRoleSwitching.clearValidate()
- if (!this.formInlineRoleSwitching.roleSwitchingCode) {
- this.formInlineRoleSwitching.roleSwitchingCode = '0'
+ if (!this.roleSwitchingCode) {
+ this.roleSwitchingCode = '0'
}
- if (!(this.roleSwitchingList.some(val => val.roleCode == this.formInlineRoleSwitching.roleSwitchingCode))) {
- this.formInlineRoleSwitching.roleSwitchingCode = this.roleSwitchingList[0] ? this.roleSwitchingList[0].roleCode : ''
+ if (!(this.roleSwitchingList.some(val => val.roleCode == this.roleSwitchingCode))) {
+ this.roleSwitchingCode = this.roleSwitchingList[0] ? this.roleSwitchingList[0].roleCode : ''
}
- this.roleSwitchingCode = this.formInlineRoleSwitching.roleSwitchingCode
+ this.formInlineRoleSwitching.roleSwitchingCode = this.roleSwitchingCode
this.formInlineRoleSwitching = { ...this.formInlineRoleSwitching }
})
},
diff --git a/jero-web/src/views/projectManagement/components/listOfRegulations.vue b/jero-web/src/views/projectManagement/components/listOfRegulations.vue
index a71f49006..500838bc6 100644
--- a/jero-web/src/views/projectManagement/components/listOfRegulations.vue
+++ b/jero-web/src/views/projectManagement/components/listOfRegulations.vue
@@ -35,48 +35,48 @@
:triggerChange="false" :dictCode="'duty_territory'" />
-
-