CRM_25-12-09#story#7484,供应商培训材料问答编辑优化-添加调试

This commit is contained in:
2025-12-04 10:18:18 +08:00
parent 7f0109bfcc
commit 0102cc2899
2 changed files with 3 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ if( token ) {
service.interceptors.request.use(
config => {
let reqUrl=config.url
console.log('config',config)
// console.log('config',config)
config.data = config.contentType ? config.data : qs.stringify(config.data)
if (config.testFlag) {
config.data = qs.stringify(config.data, {arrayFormat: 'indices', allowDots: true})

View File

@@ -127,7 +127,8 @@ export default {
if(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=[]
if(this.activeIndex === 0){
result=this.totalList || []