fix:玻纤mlogs条件返回数据
This commit is contained in:
parent
731ae2cca8
commit
95f289c461
|
@ -205,7 +205,9 @@ export default {
|
|||
data() {
|
||||
return {
|
||||
apiObj: null,
|
||||
params: { mgroup: "" ,submit_time__isnull:true},
|
||||
params: { mgroup: "" ,submit_time__isnull:true,
|
||||
query: " { id, material_out_name, equipment_name, reminder_interval_list ,mstate_json,belong_dept_name, mgroup_name,handle_user_name,work_start_time,work_end_time,submit_time}"
|
||||
},
|
||||
query: {submit_time__isnull:true},
|
||||
dialog: {
|
||||
save: false,
|
||||
|
|
Loading…
Reference in New Issue