Commit 38c525f3 authored by jingnan's avatar jingnan 👀

胶料合格证查询参数修改

parent e9da982d
...@@ -669,7 +669,7 @@ export default { ...@@ -669,7 +669,7 @@ export default {
{ {
'fieldName': 'modelNo', 'fieldName': 'modelNo',
'operator': 'EQ', 'operator': 'EQ',
'value': this.form.modelNo || '' 'value': this.form.spec && this.form.spec !== '/' ? this.form.modelNo + '-' + this.form.spec : this.form.modelNo || ''
}] }]
} else { } else {
if (this.itemObj.attrKey === 'certificateNum') { 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