Browse Source

修改骄阳

朱鑫波 4 năm trước cách đây
mục cha
commit
a10242ff47
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/modules/autoLaunch/configLaunchInfo.vue

+ 1 - 1
src/views/modules/autoLaunch/configLaunchInfo.vue

@@ -2582,7 +2582,7 @@ export default {
                 this.convertList = res.result.map(item => {
                 return {
                     ...item,
-                    convert_id: item.convert_id + ''
+                    convert_id: item.convert_id
                 }
                 })
             }