Parcourir la source

3715

tags/v1.2.0
lixin il y a 1 an
Parent
révision
c1811cfce3
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      src/views/dashboard/components/Extend.vue

+ 1
- 0
src/views/dashboard/components/Extend.vue Voir le fichier

@@ -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) {

Chargement…
Annuler
Enregistrer