liukangdong
2025-03-05 3201bba04baf50d368fbc4ac11658701e97a0a97
admin/src/components/operation/HiddenDangerParam.vue
@@ -173,9 +173,12 @@
      const { companyId } = this.param
      this.$set(this.param, 'areaId', '')
      this.$set(this.param, 'checkUserId', '')
      this.addrList = []
      if(companyId){
      allList({ type: 0,companyId }).then(res => { // 位置
        this.addrList = res || []
      })
      }
    },
    changeArea (e) {
      const item = this.addrList.find(i => i.id === e)