diff --git a/src/views/outbounds/index.vue b/src/views/outbounds/index.vue index a37f5a6..906ea52 100644 --- a/src/views/outbounds/index.vue +++ b/src/views/outbounds/index.vue @@ -216,7 +216,7 @@ mounted() { if(this.$route.path){ let path = this.$route.path.split("_")[1] - this.chukuType = path=='receive'?'领用':(path=='desposition'?'处置':'应急') + this.chukuType = path=='receive'?'领用':(path=='disposition'?'处置':'应急') } // this.getField()