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
wangxiaohua
2 years ago
parent
64aa36be26
commit
623f5fb30a
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/views/Customer/Companymanagement.vue
+ 2
- 1
src/views/Customer/Companymanagement.vue
View File
@@ -525,7 +525,8 @@ export default {
this.$api.api.zkoperationrecordFindByOrg({
orgType:2,
orgId,
operationType:this.idx==0?'1':'2'
operationType:this.idx==0?'1':'2',
agentId:localStorage.getItem('agentId')
})
.then(res=>{
// console.log(res);
Write
Preview
Loading…
Cancel
Save