This website works better with JavaScript.
Home
Explore
Help
Sign In
lizhuang
/
DOAS
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
重置方法初始化值
master
1341924763@qq.com
1 week ago
parent
4f1d38d951
commit
350bec84e2
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
2
1
src/views/nianjiaguanli/yueguanli/index.vue
+ 2
- 1
src/views/nianjiaguanli/yueguanli/index.vue
View File
@@ -343,7 +343,8 @@ export default {
},
/** 重置按钮操作 */
resetQuery() {
this.queryParams.ruleName = undefined
this.queryParams.userName = undefined
this.queryParams.nickName = undefined
this.resetForm('queryForm')
this.handleQuery()
},
Write
Preview
Loading…
Cancel
Save