|
@@ -92,8 +92,6 @@
|
|
v-model="searchForm.scoreType"
|
|
v-model="searchForm.scoreType"
|
|
clearable
|
|
clearable
|
|
filterable
|
|
filterable
|
|
- clearable
|
|
|
|
- filterable
|
|
|
|
placeholder="请选择默认谱面"
|
|
placeholder="请选择默认谱面"
|
|
>
|
|
>
|
|
<el-option
|
|
<el-option
|
|
@@ -533,7 +531,7 @@ export default {
|
|
},
|
|
},
|
|
async looker(row, num) {
|
|
async looker(row, num) {
|
|
this.accompanyUrl =
|
|
this.accompanyUrl =
|
|
- location.origin + '/gym-music-score/' +
|
|
|
|
|
|
+ '/gym-music-score/' +
|
|
"?Authorization=" +
|
|
"?Authorization=" +
|
|
getToken() +
|
|
getToken() +
|
|
"&systemType=web&isHideBack=1&isHideMusicList=1&id=" +
|
|
"&systemType=web&isHideBack=1&isHideMusicList=1&id=" +
|