Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
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
fukai
vue-gjjs
Commits
860d9cf6
Commit
860d9cf6
authored
Dec 28, 2021
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
待经办调整
parent
e7b5c233
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
Event.js
src/model/Sptsel/Event.js
+3
-4
Menu.vue
src/views/Business/Sptsel/Menu.vue
+3
-1
index.vue
src/views/Business/Sptsel/index.vue
+0
-1
index.vue
src/views/TaskList/index.vue
+1
-1
No files found.
src/model/Sptsel/Event.js
View file @
860d9cf6
...
...
@@ -107,10 +107,9 @@ export default {
this
.
model
[
s
.
value
]
=
't'
;
})
}
this
.
executeDefault
(
"sptstm"
).
then
(
res
=>
{
//TODO 处理数据逻辑
this
.
stmData
.
data
=
res
.
data
.
sptstm
.
rows
;
})
const
res
=
await
this
.
executeDefault
(
"sptstm"
)
//TODO 处理数据逻辑
this
.
stmData
.
data
=
res
.
data
.
sptstm
.
rows
;
},
async
sptfndHandleReset
()
{
...
...
src/views/Business/Sptsel/Menu.vue
View file @
860d9cf6
...
...
@@ -411,7 +411,7 @@ export default {
},
};
},
mounted
()
{
async
mounted
()
{
this
.
sourceData
=
[
{
label
:
"Incoming"
,
value
:
"chkinc"
},
...
...
@@ -424,6 +424,8 @@ export default {
{
label
:
"归档"
,
value
:
"chkcan"
},
{
label
:
"云平台"
,
value
:
"chkypt"
},
];
await
this
.
handleSearch
()
this
.
$store
.
commit
(
"setTaskList"
,
{
key
:
"sptsel"
,
val
:
this
.
stmData
.
data
.
length
})
},
methods
:
{
sourceChangeEvent
(
val
)
{
...
...
src/views/Business/Sptsel/index.vue
View file @
860d9cf6
...
...
@@ -56,7 +56,6 @@ export default {
mounted
:
async
function
(){
console
.
log
(
"进入sptsel交易"
);
const
that
=
this
;
this
.
$store
.
commit
(
"setTaskList"
,
{
key
:
"sptsel"
,
val
:
20
})
that
.
init
(
that
.
model
).
then
(
res
=>
{
//TODO 处理数据逻辑
that
.
model
=
Utils
.
copyValueFromVO
(
that
.
model
,
res
.
data
)
...
...
src/views/TaskList/index.vue
View file @
860d9cf6
...
...
@@ -5,7 +5,7 @@
<!--
<c-table
:columnsConfig=
"tableColumns"
:list=
"tableData"
></c-table>
-->
<span
slot=
"label"
>
待经办列表
<el-badge
:value=
"$store.state.Status.taskList.sptsel"
:max=
"99"
/>
<el-badge
v-if=
"$store.state.Status.taskList.sptsel"
:value=
"$store.state.Status.taskList.sptsel"
:max=
"99"
/>
</span>
<t-sptsel
/>
</el-tab-pane>
...
...
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