licp
2024-03-29 41cad2434411b2eac1b9814d47d06e34c291f285
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('检测标准参数保存成功')