|
@@ -314,6 +314,10 @@ export default {
|
|
|
measureStatus: {
|
|
|
type: Number,
|
|
|
default: null
|
|
|
+ },
|
|
|
+ isMeasure: {
|
|
|
+ type: Number,
|
|
|
+ default: null
|
|
|
}
|
|
|
},
|
|
|
data () {
|
|
@@ -323,6 +327,7 @@ export default {
|
|
|
filter: this.filter,
|
|
|
useType: this.useType,
|
|
|
measureStatus: this.measureStatus,
|
|
|
+ isMeasure: this.isMeasure,
|
|
|
id: this.$route.query.id,
|
|
|
typeId: this.$route.query.typeId,
|
|
|
status: this.$route.query.status
|
|
@@ -781,6 +786,7 @@ export default {
|
|
|
filter: this.filter,
|
|
|
useType: this.useType,
|
|
|
measureStatus: this.measureStatus,
|
|
|
+ isMeasure: this.isMeasure,
|
|
|
id: this.$route.query.id,
|
|
|
typeId: this.$route.query.typeId,
|
|
|
status: this.$route.query.status
|