Browse Source

修改了脖环bug

duanxiaoduan 2 years ago
parent
commit
01565540c2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/deviceManagement/receiver/index.vue

+ 2 - 1
src/views/deviceManagement/receiver/index.vue

@@ -32,7 +32,7 @@
               <span v-else>1</span>
             </template>
           </el-table-column>
-          <el-table-column label="接收器ID" min-width="60px" align="center" prop="card" />
+          <el-table-column label="接收器ID" min-width="60px" align="center" prop="id" />
           <el-table-column label="接收器编号" min-width="60px" align="center" prop="code" />
           <el-table-column label="牧场名称" min-width="60px" align="center" prop="pasturename" />
           <el-table-column label="牧场编号" min-width="60px" align="center" prop="pasturecode" />
@@ -364,6 +364,7 @@
                 this.$notify({ title: '', message: '保存成功', type: 'success', duration: 2000 })
                 this.edit.dialogFormVisible = false
                 this.getList1()
+                this.getSimCardList()
               }else{
                 this.$notify({ title: '保存失败', message: response.data, type: 'warning', duration: 2000 })
               }