gaoluyang
2024-07-23 faa6735160cf31434d4279e09b4bca0a822170ca
src/components/view/a5-capacity-scope.vue
@@ -350,6 +350,17 @@
        uploading: false,
      }
    },
    created() {
      if (this.PROJECT === '装备电缆') {
        this.itemParameterData.requiredUp = ['sonLaboratory', 'inspectionItem', 'inspectionItemType', 'inspectionValueType',
          'unit', 'manDay', 'templateId'
        ]
      } else {
        this.itemParameterData.requiredUp = ['sonLaboratory', 'inspectionItem', 'inspectionItemType', 'inspectionValueType',
          'unit', 'method', 'manDay', 'templateId'
        ]
      }
    },
    mounted() {
      this.token = {
        'token': sessionStorage.getItem('token')