Browse Source

Merge branch 'develop' of gitadmin/tuoheng_lc_web into release

tags/v1.2.0
zhangtao 1 year ago
parent
commit
46b8e59eaf
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/views/dashboard/components/Extend.vue

+ 1
- 0
src/views/dashboard/components/Extend.vue View File

const queryTaskList = async() => { const queryTaskList = async() => {
const res = await getMissionList(task.taskParams) const res = await getMissionList(task.taskParams)
if (res.code === 0) { if (res.code === 0) {
task.taskList.length = 0
var taskCount = 0 var taskCount = 0
res.data?.records?.map((item) => { res.data?.records?.map((item) => {
if (item.type === 1) { if (item.type === 1) {

Loading…
Cancel
Save