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
49747718
Commit
49747718
authored
Jan 05, 2024
by
Wuyuqiu
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bochk-poc-1113' of
http://192.168.0.110:11080/fukai/vue-gjjs
into bochk-poc-1113
parents
aac6a4e2
fc454106
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
5 deletions
+10
-5
index.js
src/business/inflid/event/index.js
+1
-0
index.vue
src/business/inflid/views/index.vue
+1
-0
index.js
src/business/litdck/event/index.js
+4
-1
index.js
src/business/sptsel/event/index.js
+4
-4
No files found.
src/business/inflid/event/index.js
View file @
49747718
...
...
@@ -156,6 +156,7 @@ export default {
let
filterRoute
=
this
.
btnRouteMap
.
filter
((
item
)
=>
{
return
item
.
label
===
btn
.
label
})
this
.
$router
.
history
.
push
({
path
:
filterRoute
[
0
].
route
,
query
:
{
...
...
src/business/inflid/views/index.vue
View file @
49747718
...
...
@@ -45,6 +45,7 @@ export default {
let
datetime
=
new
Date
();
datetime
=
datetime
.
setDate
(
datetime
.
getDate
()
-
10
);
this
.
model
.
infcon
.
opndatfrom
=
new
Date
(
datetime
);
this
.
model
.
infcon
.
opndatto
=
new
Date
();
}
},
mounted
()
{
...
...
src/business/litdck/event/index.js
View file @
49747718
...
...
@@ -34,6 +34,9 @@ export default {
params
.
brdgrp
.
rec
.
inr
=
null
}
const
frmSpt
=
this
.
$route
.
query
.
frm
||
false
;
if
(
!
frmSpt
){
params
.
spt
=
{};
}
debugger
const
res
=
await
Api
.
post
(
'/service/litdck/init'
,
{
...
params
,
...
...
@@ -41,7 +44,7 @@ export default {
userId
:
window
.
sessionStorage
.
userId
||
'ZL'
,
lidgrp
:{
rec
:{
inr
:
frmSpt
?
this
.
$route
.
query
.
inr
:
null
inr
:
!
frmSpt
?
this
.
$route
.
query
.
inr
:
null
}
},
...
...
src/business/sptsel/event/index.js
View file @
49747718
...
...
@@ -22,10 +22,10 @@ export default {
},
//点击查询按钮时,判断“来源”是否有数据
async
handleSearch
()
{
if
(
!
this
.
sourceList
.
length
)
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'来源不能为空!'
});
return
;
}
//
if (!this.sourceList.length) {
//
this.$notify.error({ title: '错误', message: '来源不能为空!' });
//
return;
//
}
const
params
=
{
...
this
.
model
,
sourceList
:
this
.
sourceList
,
...
...
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