This commit is contained in:
parent
3816bfcd41
commit
003201e704
|
|
@ -277,7 +277,7 @@ export default {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
goBack() {
|
goBack() {
|
||||||
this.$router.push({ path: '/business/equipmentRepair/repairList' })
|
this.$router.push({ path: '/equipmentRepair/repairList' })
|
||||||
},
|
},
|
||||||
// 判断退役数量字段是否禁用
|
// 判断退役数量字段是否禁用
|
||||||
// 判断退役数量字段是否禁用
|
// 判断退役数量字段是否禁用
|
||||||
|
|
|
||||||
|
|
@ -141,7 +141,7 @@ export default {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
goBack() {
|
goBack() {
|
||||||
this.$router.push({ path: '/business/equipmentRepair/repairAuditList' })
|
this.$router.push({ path: '/equipmentRepair/repairAuditList' })
|
||||||
},
|
},
|
||||||
async getList() {
|
async getList() {
|
||||||
this.isLoading = true
|
this.isLoading = true
|
||||||
|
|
|
||||||
|
|
@ -181,7 +181,7 @@ export default {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
goBack() {
|
goBack() {
|
||||||
this.$router.push({ path: '/business/equipmentRepair/repairAuditList' })
|
this.$router.push({ path: '/equipmentRepair/repairAuditList' })
|
||||||
},
|
},
|
||||||
async loadApprovalInfo() {
|
async loadApprovalInfo() {
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue