CRM_25-12-09#story#7484,供应商培训材料问答编辑优化-添加调试
This commit is contained in:
@@ -19,7 +19,7 @@ if( token ) {
|
|||||||
service.interceptors.request.use(
|
service.interceptors.request.use(
|
||||||
config => {
|
config => {
|
||||||
let reqUrl=config.url
|
let reqUrl=config.url
|
||||||
console.log('config',config)
|
// console.log('config',config)
|
||||||
config.data = config.contentType ? config.data : qs.stringify(config.data)
|
config.data = config.contentType ? config.data : qs.stringify(config.data)
|
||||||
if (config.testFlag) {
|
if (config.testFlag) {
|
||||||
config.data = qs.stringify(config.data, {arrayFormat: 'indices', allowDots: true})
|
config.data = qs.stringify(config.data, {arrayFormat: 'indices', allowDots: true})
|
||||||
|
|||||||
@@ -127,7 +127,8 @@ export default {
|
|||||||
if(res.data.notReadNum){
|
if(res.data.notReadNum){
|
||||||
this.tabArr[2].count=res.data.notReadNum
|
this.tabArr[2].count=res.data.notReadNum
|
||||||
}
|
}
|
||||||
console.log(' this.totalList',this.totalList)
|
// console.log(' this.totalList',this.totalList)
|
||||||
|
console.log(' this.tabArr',this.tabArr)
|
||||||
let result=[]
|
let result=[]
|
||||||
if(this.activeIndex === 0){
|
if(this.activeIndex === 0){
|
||||||
result=this.totalList || []
|
result=this.totalList || []
|
||||||
|
|||||||
Reference in New Issue
Block a user