licp
2024-04-11 47ab3b599d4765161d4adaf5b9a368429b152845
src/views/quality/teststandard/index.vue
@@ -866,6 +866,10 @@
    dataFormTestStandardParam() {
      this.isSubmit = true
      if (this.testStandardParams.length > 0) {
        this.testStandardParams.map(m=>{
            m.referenceValue = m.referenceValue.replace(',',',').replace('(','(').replace(')',')')
            return m
        })
        addTestStandardParam(this.testStandardParams)
          .then((response) => {
            this.$message.success('检测标准参数保存成功')