licp
2024-04-12 8c59c429d87663c01ff4558385de429d08e3b52c
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) => {