fix:入司检验不显示没有检验时间的
This commit is contained in:
parent
304add9061
commit
7d4710c61a
|
|
@ -91,7 +91,7 @@ export default {
|
||||||
test_date: '',
|
test_date: '',
|
||||||
ordering: '-test_date'
|
ordering: '-test_date'
|
||||||
},
|
},
|
||||||
params: { type: 20, mio__type: 'pur_in',ordering: '-test_date'},
|
params: { type: 20, mio__type: 'pur_in',ordering: '-test_date',test_date__isnull:0},
|
||||||
selection: [],
|
selection: [],
|
||||||
state_: {
|
state_: {
|
||||||
10: '',
|
10: '',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue