mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	fix: 前端界面小问题修复
This commit is contained in:
		@@ -360,6 +360,7 @@ const reset = () => {
 | 
			
		||||
    for (let qi of props.query) {
 | 
			
		||||
        state.queryForm[qi.prop] = null;
 | 
			
		||||
    }
 | 
			
		||||
    console.log(state.queryForm);
 | 
			
		||||
    changePageNum(1);
 | 
			
		||||
    emit('update:queryForm', state.queryForm);
 | 
			
		||||
    execQuery();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user