This commit is contained in:
bb_pan 2025-12-22 16:20:33 +08:00
parent 499fb85cb8
commit 509c1d4172
1 changed files with 16 additions and 2 deletions

View File

@ -525,11 +525,25 @@ export default {
//
goBack() {
// this.$tab.closePage()
this.$router.go(-1)
this.$router.push({
name: 'equipmentInput',
query: {
orderId: this.orderId,
isAddVisible: false,
isApprovalVisible: false,
},
})
},
close() {
this.$tab.closePage({ path: '/equipment/equipment-input/add' }).then(() => {
this.$router.go(-1)
this.$router.push({
name: 'equipmentInput',
query: {
orderId: this.orderId,
isAddVisible: false,
isApprovalVisible: false,
},
})
})
},
deviceTypeChange(val) {