Explorar el Código

Merge branch 'zhangtao' of gitadmin/tuoheng_lc_web into develop

tags/v1.0.0^2
zhangtao hace 2 años
padre
commit
8cddb9ead0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/views/task-manage/all-task/components/TaskModal.vue

+ 1
- 1
src/views/task-manage/all-task/components/TaskModal.vue Ver fichero

@@ -58,7 +58,7 @@ export default defineComponent({
const formItem = ref([])
if (props?.data?.id) {
getLineOptions(props.data.droneId)
if ([1, 2].includes(props.data.status)) {
if (![1, 2].includes(props.data.status)) {
formItem.value = [
{ type: 'input', key: 'droneName', label: '无人机' },
{ type: 'input', key: 'flyTime', label: '飞行时间' }

Cargando…
Cancelar
Guardar