Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
b3bf9a5b
Commit
b3bf9a5b
authored
Nov 17, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5dc77c9f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
PlatformAccount.vue
src/pages/financial/PlatformAccount.vue
+3
-3
No files found.
src/pages/financial/PlatformAccount.vue
View file @
b3bf9a5b
...
...
@@ -481,7 +481,7 @@ export default {
costType
:
[],
schoolMsg
:{
pageIndex
:
1
,
pageSize
:
12
,
pageSize
:
9999
,
rowsPerPage
:
12
,
SName
:
""
,
Status
:
'-1'
...
...
@@ -539,8 +539,8 @@ export default {
// let companyList = [];
this
.
CompanyList
.
forEach
(
x
=>
{
let
item
=
{};
item
.
label
=
x
.
B
Name
;
item
.
value
=
x
.
Id
;
item
.
label
=
x
.
S
Name
;
item
.
value
=
x
.
S
Id
;
this
.
CompanySelect
.
push
(
item
);
});
let
allName
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment