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
a3f1c116d7
commit
ecfc5f51d1
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/views/Statistics/dataScreeOrg.vue
+1
-0
src/views/Statistics/dataScreeSys.vue
+ 1
- 0
src/views/Statistics/dataScreeOrg.vue
View File
@@ -383,6 +383,7 @@ export default {
dateType: this.dateType,
agentId: this.selValue == 0 ? this.choicValue : null,
orgCode: this.selValue == 1 ? this.choicValue : null,
orgType: localStorage.getItem("orgType"),
})
.then((res) => {
console.log(res);
+ 1
- 0
src/views/Statistics/dataScreeSys.vue
View File
@@ -406,6 +406,7 @@ export default {
dateType: this.dateType,
agentId: this.selValue == 0 ? this.choicValue : null,
orgCode: this.selValue == 1 ? this.choicValue : null,
orgType: localStorage.getItem("orgType"),
})
.then((res) => {
// console.log(res);
Write
Preview
Loading…
Cancel
Save