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('检测标准参数保存成功')