Kaynağa Gözat

完善停车区域

2545307760@qq.com 3 ay önce
ebeveyn
işleme
e1545a727a
1 değiştirilmiş dosya ile 3 ekleme ve 4 silme
  1. 3 4
      web/src/view/parking/parkingInfo.vue

+ 3 - 4
web/src/view/parking/parkingInfo.vue

@@ -464,11 +464,11 @@
           >
             <el-radio-button
               :label="$t.value.yes"
-              :value="false"
+              :value="true"
             />
             <el-radio-button
               :label="$t.value.no"
-              :value="true"
+              :value="false"
             />
           </el-radio-group>
         </el-form-item>
@@ -850,7 +850,7 @@ const openChannel = (head, data) => {
     channelData.direction = data.direction
     channelData.description = data.description
     channelData.booth_id = data.booth_id
-    channelList.forEach(item => {
+    positionList.forEach(item => {
       if (item.ID === data.booth_id) {
         channelPositionName.value = item.booth_name
       }
@@ -913,7 +913,6 @@ const handleSizeChannel = (val) => {
 const getChannelList = () => {
   obtainChannelList(queryChannelData).then(res => {
     if (res.code === 0) {
-      console.log(res.data)
       channelList.length = 0
       channelList.push(...res.data.list)
       channelTotal.value = res.data.total