src/views/quality/teststandard/index.vue
@@ -867,8 +867,10 @@ 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 } }) addTestStandardParam(this.testStandardParams) .then((response) => {