CRM_25-12-09#story#7484,供应商培训材料问答编辑优化-添加调试
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user