Commit 38c525f3 authored by jingnan's avatar jingnan 👀

胶料合格证查询参数修改

parent e9da982d
......@@ -669,7 +669,7 @@ export default {
{
'fieldName': 'modelNo',
'operator': 'EQ',
'value': this.form.modelNo || ''
'value': this.form.spec && this.form.spec !== '/' ? this.form.modelNo + '-' + this.form.spec : this.form.modelNo || ''
}]
} else {
if (this.itemObj.attrKey === 'certificateNum') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment