doum
5 天以前 d042b8ec4197c6f2f1052138dddea37adc2c9bfb
admin/src/components/business/OperaWarningRuleWindow.vue
@@ -165,14 +165,11 @@
      }
    },
    changeSel (opt) {
      this.$nextTick(() => {
        console.log('=================changeSel',opt,this.form.detailList)
        var item = this.form.detailList[opt]
        this.form.detailList[opt].regionCode = null
        this.form.detailList[opt].regionName = null
        this.form.detailList[opt].carmeraList = []
        // this.form.detailList[opt].deviceId = null
        // this.form.detailList[opt].deviceName = null
        if (item.regionId) {
          var reg = this.getSelectedObject(item.regionId)
          if (reg) {
@@ -181,6 +178,7 @@
            this.form.detailList[opt].carmeraList = reg.carmeraList
          }
        }
      this.$nextTick(() => {
        console.log('=================changeSel1' , this.form.detailList[opt].carmeraList,this.form.detailList[opt].deviceId)
        if(this.notInCarmeraList( this.form.detailList[opt].carmeraList,this.form.detailList[opt].deviceId) ){
          this.form.detailList[opt].deviceId = null