merbe
This commit is contained in:
@@ -151,11 +151,6 @@ export default {
|
||||
}
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
$route (to, from) {
|
||||
console.log(to.name, from.name)
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
// 确认删除权限
|
||||
delPromissions (item) {
|
||||
@@ -225,7 +220,6 @@ export default {
|
||||
},
|
||||
// 指派订单
|
||||
Assignment (item) {
|
||||
console.log(item)
|
||||
const order = {
|
||||
item: item,
|
||||
orderId: this.id,
|
||||
|
||||
Reference in New Issue
Block a user