Browse Source

change api

tags/v1.0.0^2
zhangtao 2 years ago
parent
commit
310cecb962
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/task-manage/question/index.vue

+ 1
- 1
src/views/task-manage/question/index.vue View File

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

/**

Loading…
Cancel
Save