|
@@ -342,6 +342,7 @@ export default {
|
|
|
useType: this.useType,
|
|
|
measureStatus: this.measureStatus,
|
|
|
isMeasure: this.isMeasure,
|
|
|
+ isSelf: this.isSelf,
|
|
|
id: this.$route.query.id,
|
|
|
typeId: this.$route.query.typeId,
|
|
|
status: this.$route.query.status
|
|
@@ -801,6 +802,7 @@ export default {
|
|
|
useType: this.useType,
|
|
|
measureStatus: this.measureStatus,
|
|
|
isMeasure: this.isMeasure,
|
|
|
+ isSelf: this.isSelf,
|
|
|
id: this.$route.query.id,
|
|
|
typeId: this.$route.query.typeId,
|
|
|
status: this.$route.query.status
|