|
@@ -344,7 +344,7 @@ export default {
|
|
|
isSelf: this.isSelf,
|
|
|
id: this.$route.query.id,
|
|
|
typeId: this.$route.query.typeId,
|
|
|
- status: this.$route.query.status
|
|
|
+ status: this.$route.query.status || this.status
|
|
|
},
|
|
|
depreciationTypeMap: {},
|
|
|
visible: true,
|
|
@@ -805,7 +805,7 @@ export default {
|
|
|
isSelf: this.isSelf,
|
|
|
id: this.$route.query.id,
|
|
|
typeId: this.$route.query.typeId,
|
|
|
- status: this.$route.query.status
|
|
|
+ status: this.$route.query.status || this.status
|
|
|
}
|
|
|
this.visible = true
|
|
|
this.$refs.table.refresh(true)
|