去除本子更新(同步更新)
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
|
||||
<el-button @click="deleteGallery(props.row.gid)" :disabled="props.row.status !== '下载完成'">删除</el-button>
|
||||
<el-button @click="editGalleryTag(props.row)">编辑标签</el-button>
|
||||
<el-button @click="updateGallery(props.row.link)" :disabled="props.row.status !== '下载完成'">更新</el-button>
|
||||
<el-button @click="shareGallery({gid:props.row.gid, shortName:props.row.shortName + '.zip'})" v-show="isLion" :disabled="props.row.status !== '下载完成'">分享</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
@@ -301,9 +300,6 @@ function disMark(gid, tid){
|
||||
function downloadTask(link){
|
||||
window.open(link)
|
||||
}
|
||||
function updateGallery(link){
|
||||
store.dispatch("updateGallery", link)
|
||||
}
|
||||
function deleteGallery(gid){
|
||||
store.dispatch("deleteGallery", gid)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user