Explorar el Código

Merge branch 'develop' of gitadmin/tuoheng_lc_web into release

tags/v1.2.0
zhangtao hace 1 año
padre
commit
46b8e59eaf
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/views/dashboard/components/Extend.vue

+ 1
- 0
src/views/dashboard/components/Extend.vue Ver fichero

@@ -200,6 +200,7 @@ export default {
const queryTaskList = async() => {
const res = await getMissionList(task.taskParams)
if (res.code === 0) {
task.taskList.length = 0
var taskCount = 0
res.data?.records?.map((item) => {
if (item.type === 1) {

Cargando…
Cancelar
Guardar