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

This commit is contained in:
2025-12-04 09:40:31 +08:00
parent 811f232a73
commit f3716466e9
2 changed files with 7 additions and 3 deletions

View File

@@ -76,7 +76,11 @@ export default {
numInfo:'',
}
},
activated() {
console.log('activated')
},
mounted() {
console.log('mounted')
const urlParams = new URLSearchParams(window.location.search);
this.supplierId = urlParams.get('supplierId');
this.keyword=urlParams.get('keyword') || ''
@@ -145,7 +149,7 @@ export default {
}
},
initShow(){
this.keyword= '',
this.keyword= ''
this.getTrainingList()
}
}