This commit is contained in:
JasonChen
2023-08-02 14:26:01 +08:00
parent 1125d3f191
commit b0c8ee91c5
37 changed files with 0 additions and 76 deletions

View File

@@ -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,