fix:coding#851#852

This commit is contained in:
shijing 2025-06-18 09:35:02 +08:00
parent f660f13950
commit 3e70adebe3
2 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@
<el-button <el-button
type="danger" type="danger"
@click="table_muser_del(scope.row)" @click="table_muser_del(scope.row)"
></el-button> >删除</el-button>
</template> </template>
</el-table-column> </el-table-column>
</scTable> </scTable>

View File

@ -206,7 +206,7 @@ export default {
return { return {
apiObj: null, 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: " { id,equipment, 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}, query: {submit_time__isnull:true},
dialog: { dialog: {