licp
2024-04-11 f980b32cd6d51f2208e07d44014fe6b605533b23
src/views/quality/teststandard/index.vue
@@ -867,8 +867,10 @@
      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
          }
        })
        addTestStandardParam(this.testStandardParams)
          .then((response) => {