fix:入厂检验传入test_date__isnull
This commit is contained in:
parent
05e9c2faa7
commit
29cbafb3cf
|
@ -90,7 +90,7 @@ export default {
|
|||
query: {
|
||||
test_date: '',
|
||||
},
|
||||
params: { type: 20, mio__type: 'pur_in' },
|
||||
params: { type: 20, mio__type: 'pur_in', test_date__isnull: false },
|
||||
selection: [],
|
||||
state_: {
|
||||
10: '',
|
||||
|
|
Loading…
Reference in New Issue