Browse Source

无用代码删除

test
wzl 5 months ago
parent
commit
9457ff56aa
2 changed files with 0 additions and 8 deletions
  1. +0
    -1
      src/views/psychological-scale/detail.vue
  2. +0
    -7
      src/views/psychological-scale/list.vue

+ 0
- 1
src/views/psychological-scale/detail.vue View File

@@ -66,7 +66,6 @@ export default {
return {
id: '',
uid: '',
isError: null, //是否是答题错误
showLeftArrow: false,
fromSsjl: this.$store.getters.fromSsjl,
result: {


+ 0
- 7
src/views/psychological-scale/list.vue View File

@@ -55,13 +55,6 @@ export default {
}
},
computed: {
showLevels() {
return this.levels.filter((item) => {
if (!(item.show === false)) {
return true
}
})
},
},
watch: {},
mounted() {


Loading…
Cancel
Save