文档资料,培训文档模块

This commit is contained in:
2023-08-28 10:00:50 +08:00
parent 98b0ede25e
commit 8f80f216c1
3 changed files with 14 additions and 9 deletions

View File

@ -73,7 +73,7 @@ export default {
mounted() {
const urlParams = new URLSearchParams(window.location.search);
this.supplierType = urlParams.get('supplierType');
// this.$toast('页面supplierType'+this.supplierType)
this.$toast('页面supplierType'+this.supplierType)
this.getDriverList()
},
methods:{
@ -85,7 +85,7 @@ export default {
}, 1000);
},
addDriver(){
// this.$toast('supplierType的值为'+this.supplierType)
this.$toast('supplierType的值为'+this.supplierType)
if(this.supplierType == 1){
this.$toast("无权添加")
}else{