Explorar el Código

change api

tags/v1.0.0^2
zhangtao hace 2 años
padre
commit
310cecb962
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/views/task-manage/question/index.vue

+ 1
- 1
src/views/task-manage/question/index.vue Ver fichero

@@ -53,7 +53,7 @@ export default {
search,
...toRefs(table),
pageData: [],
isReported: props.data?.reportStatus === 0 || false
isReported: props.data?.reportStatus !== 0 || false
})

/**

Cargando…
Cancelar
Guardar