Browse Source

去掉判断

lex-xin 4 years ago
parent
commit
4276720fe8
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/views/audition/ArrangeWork.vue

+ 1 - 3
src/views/audition/ArrangeWork.vue

@@ -18,7 +18,7 @@
          <!-- <span class="arrowDown"></span> -->
       </template>
     </van-cell>
-    <van-cell class="endTime" v-if="memberNum" title="作业曲目" @click="accompanimentStatus = true" readonly is-link placeholder="请选择作业曲目" >
+    <van-cell class="endTime" title="作业曲目" @click="accompanimentStatus = true" readonly is-link placeholder="请选择作业曲目" >
       <template #default>
         {{ dateSection.musicScoreName }}
          <!-- <span class="arrowDown"></span> -->
@@ -62,10 +62,8 @@ export default {
   data() {
     let tempDate = new Date() // 默认显示T+3
     tempDate.setDate(tempDate.getDate() + 3)
-    let query = this.$route.query
     return {
       that: this,
-      memberNum: query.memberNum,
       headerStatus: true,
       backUrl: {
         status: true,