task#15348,新加师傅界面
This commit is contained in:
@ -77,7 +77,6 @@ export default {
|
||||
mounted() {
|
||||
const urlParams = new URLSearchParams(window.location.search);
|
||||
this.supplierId = urlParams.get('supplierId');
|
||||
// this.$toast(this.supplierId);
|
||||
this.getTrainingList();
|
||||
},
|
||||
methods:{
|
||||
@ -95,7 +94,7 @@ export default {
|
||||
async getTrainingList(){
|
||||
let res= await getTrainingList({
|
||||
type:2,
|
||||
id:this.supplierId,//33041,
|
||||
id: this.supplierId,
|
||||
text:this.keyword || '',
|
||||
})
|
||||
this.totalList=[]
|
||||
|
Reference in New Issue
Block a user