Browse Source

修改bug

qukaidi 2 years ago
parent
commit
0538bcb3df
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/views/monitor/monitorList/index.vue

+ 5 - 1
src/views/monitor/monitorList/index.vue

@@ -46,7 +46,7 @@
           <span v-else>{{ scope.row[item.label] }}</span>
         </template>
       </el-table-column>
-      <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="100" fixed="right">
+      <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="150" fixed="right">
         <template slot-scope="scope">
           <el-button size="mini" type="text" icon="el-icon-view" @click="rowView(scope.row)">
             查看视频
@@ -311,6 +311,10 @@ export default {
       this.title = '修改'
       this.dialogVisible = true
       this.form = row
+      this.positionList=[]
+      listDept({ parentId: row.fWarehouseId}).then(res => {
+          this.positionList = res.data
+        })
     },
     handleClose() {
       this.form = this.$options.data().form;