task#15348,新加师傅界面

This commit is contained in:
2024-10-10 20:44:06 +08:00
parent a5e4a2d5dd
commit bce648bdc6
11 changed files with 667 additions and 43 deletions

View File

@ -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=[]