朱鑫波 hace 4 años
padre
commit
a10242ff47
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
                 }
                 })
             }