src/views/quality/teststandard/index.vue
@@ -869,13 +869,12 @@ if (this.testStandardParams.length > 0) { for(let standardParam in this.testStandardParams) { let value = this.testStandardParams[standardParam].referenceValue if( value !== undefined) { if( value !=null) { value = value.replace(',',',').replace('(','(').replace(')',')') } else{ this.$message.warning('要求范围没有填写!') this.isSubmit = false return; } if (!isNaN(value)) { value='='+value } } } addTestStandardParam(this.testStandardParams) .then((response) => {