This commit is contained in:
parent
499fb85cb8
commit
509c1d4172
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue