hfxc226 2 жил өмнө
parent
commit
f636e80912

+ 2 - 2
src/views/sb/info/MeasureSbInfoCheck.vue

@@ -5,7 +5,7 @@
 <script>
 import SbInfo from './SbInfo'
 export default {
-  name: 'MeasureSbInfo',
+  name: 'MeasureSbInfoCheck',
   components: {
     SbInfo
   }
@@ -14,4 +14,4 @@ export default {
 
 <style scoped>
 
-</style>
+</style>

+ 1 - 1
src/views/sb/info/MeasureSbInfoCheckSelf.vue

@@ -5,7 +5,7 @@
 <script>
 import SbInfo from './SbInfo'
 export default {
-  name: 'MeasureSbInfo',
+  name: 'MeasureSbInfoCheckSelf',
   components: {
     SbInfo
   }

+ 1 - 1
src/views/sb/info/MeasureSbInfoNotCheck.vue

@@ -5,7 +5,7 @@
 <script>
 import SbInfo from './SbInfo'
 export default {
-  name: 'MeasureSbInfo',
+  name: 'MeasureSbInfoNotCheck',
   components: {
     SbInfo
   }

+ 2 - 0
src/views/sb/info/SbInfo.vue

@@ -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