소스 검색

3715

tags/v1.2.0
lixin 1 년 전
부모
커밋
c1811cfce3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      src/views/dashboard/components/Extend.vue

+ 1
- 0
src/views/dashboard/components/Extend.vue 파일 보기

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

Loading…
취소
저장