master
lion 3 years ago
parent 9f3782c11b
commit 421fb20be4

@ -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()

Loading…
Cancel
Save