zss
2024-04-25 9e0a038387707684c2222d188528f9cecb8b4681
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) => {