소스 검색

fix - 区域电梯配置区域国家不联动

jinyw 1 개월 전
부모
커밋
aea1af524d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      ruoyi-ui-vue2/src/views/crmManagement/elevatorModel/index.vue

+ 2 - 2
ruoyi-ui-vue2/src/views/crmManagement/elevatorModel/index.vue

@@ -819,11 +819,11 @@ export default {
       this.form.userIds?.forEach(item => {
         this.selectUserIdSet.add(item)
       })
-      this.getCountryByAreaId(this.form.areaId)
+      // this.getCountryByAreaId(this.form.areaId)
+      await this.getNationList()
       this.targetsList = response.data.targetUsers || []
       this.open = true;
       this.title = this.$t('paraLibrary.editParameter');
-      this.getNationList()
     },
     /** 提交按钮 */
     submitForm() {