This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liumin
/
zkPCproject
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
init
newStyle
lancer
3 years ago
parent
8521cb7726
commit
18d191039a
3 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/views/admin/log/index.vue
+1
-0
src/views/admin/log/log.vue
+1
-1
src/views/admin/user/index.vue
+ 1
- 1
src/views/admin/log/index.vue
View File
@@ -150,7 +150,7 @@ export default {
houseId: localStorage.getItem("houseId"),
},
this.searchForm)
//
exportMethodPost()
exportMethodPost(
'/admin/log/loginLogPageExport','登陆日志',obj
)
},
selChange(e) {
this.value = "";
+ 1
- 0
src/views/admin/log/log.vue
View File
@@ -160,6 +160,7 @@ export default {
},
this.searchForm)
// exportMethodPost()
exportMethodPost('/admin/log/operateLogPageExport','操作日志',obj)
},
selChange(e) {
this.value = "";
+ 1
- 1
src/views/admin/user/index.vue
View File
@@ -1289,7 +1289,7 @@ export default {
agentId: localStorage.getItem("agentId"),
houseId: localStorage.getItem("houseId"),
}
this.
exportMethodPost()
exportMethodPost(
'admin/user/orgUserListExport','组织用户',obj
)
},
cleartap(){
this.formTwo.deptId='';
Write
Preview
Loading…
Cancel
Save