子公司不能添加司机

This commit is contained in:
2023-08-24 11:02:07 +08:00
parent bb73bd7847
commit f349977adc

View File

@ -73,6 +73,7 @@ export default {
}, },
methods:{ methods:{
addDriver(){ addDriver(){
this.$toast(this.supplierType)
if(this.supplierType === 1){ if(this.supplierType === 1){
this.$toast("无权添加") this.$toast("无权添加")
}else{ }else{