Browse Source

菜单栏code添加

master
aBin 3 years ago
parent
commit
cbe28a992f
  1. 4
      src/components/News/index.vue

4
src/components/News/index.vue

@ -198,11 +198,11 @@
/**
* 单个内容详情
*/
async getDetail(row, title){
async getDetail(row){
try {
const params = {
introId: row.introId,
title: title || '',
// title: title || '',
};
this.loading = true
await QUERY_DETAIL(params).then(res => {

Loading…
Cancel
Save