licp
2024-04-12 786a139a5855dfec193dc3e7b794127ed3e62fe2
src/views/quality/teststandard/index.vue
@@ -867,8 +867,12 @@
      this.isSubmit = true
      if (this.testStandardParams.length > 0) {
        this.testStandardParams.map(m=>{
            m.referenceValue = m.referenceValue.replace(',',',').replace('(','(').replace(')',')')
          if(m.referenceValue !== undefined) {
              m.referenceValue = m.referenceValue.replace(',',',').replace('(','(').replace(')',')')
            return m
          } else{
            this.$message.warning('要求范围没有填写!')
          }
        })
        addTestStandardParam(this.testStandardParams)
          .then((response) => {