zss
2024-04-09 0f1d50991781313598c47c325256d61a7513e81f
src/views/quality/teststandard/index.vue
@@ -867,8 +867,10 @@
      this.isSubmit = true
      if (this.testStandardParams.length > 0) {
        this.testStandardParams.map(m=>{
          if(m.referenceValue !== undefined) {
            m.referenceValue = m.referenceValue.replace(',',',').replace('(','(').replace(')',')')
            return m
          }
        })
        addTestStandardParam(this.testStandardParams)
          .then((response) => {