master
lion 3 years ago
parent 9f3782c11b
commit 421fb20be4

@ -216,7 +216,7 @@
mounted() { mounted() {
if(this.$route.path){ if(this.$route.path){
let path = this.$route.path.split("_")[1] let path = this.$route.path.split("_")[1]
this.chukuType = path=='receive'?'领用':(path=='desposition'?'处置':'应急') this.chukuType = path=='receive'?'领用':(path=='disposition'?'处置':'应急')
} }
// this.getField() // this.getField()

Loading…
Cancel
Save