Browse Source

菜单栏code添加

master
aBin 4 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 { try {
const params = { const params = {
introId: row.introId, introId: row.introId,
title: title || '', // title: title || '',
}; };
this.loading = true this.loading = true
await QUERY_DETAIL(params).then(res => { await QUERY_DETAIL(params).then(res => {

Loading…
Cancel
Save