Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lxyl-vue
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
李苏
lxyl-vue
Commits
9ebd721f
Commit
9ebd721f
authored
Dec 18, 2024
by
周毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复bug
parent
e6319f3d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
xj.vue
src/views/ccgl/kcpd/pdd/top/xj.vue
+4
-4
No files found.
src/views/ccgl/kcpd/pdd/top/xj.vue
View file @
9ebd721f
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<div
slot=
"reFooter"
class=
"refooter"
>
<div
slot=
"reFooter"
class=
"refooter"
>
<span
slot=
"footer"
class=
"dialog-footer"
>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"app.showDialog=false"
>
取 消
</el-button>
<el-button
@
click=
"app.showDialog=false"
>
取 消
</el-button>
<el-button
type=
"primary"
@
click=
"save()"
>
保 存
</el-button>
<el-button
type=
"primary"
@
click=
"save()"
>
下 架
</el-button>
</span>
</span>
</div>
</div>
</DefaultDialog>
</DefaultDialog>
...
@@ -64,8 +64,8 @@
...
@@ -64,8 +64,8 @@
},
},
config
:
{
config
:
{
/* 基本配置*/
/* 基本配置*/
url
:
'lxyl/kcpd/queryKcpdqdForXj'
,
url
:
'lxyl/kc
gl/kc
pd/queryKcpdqdForXj'
,
queryUrl
:
'lxyl/kcpd/queryKcpdqdForXj'
,
queryUrl
:
'lxyl/kc
gl/kc
pd/queryKcpdqdForXj'
,
tableTitle
:
[
{
tableTitle
:
[
{
title
:
"容器"
,
title
:
"容器"
,
field
:
"rqCode"
,
field
:
"rqCode"
,
...
@@ -163,7 +163,7 @@
...
@@ -163,7 +163,7 @@
saveGw
(
form
){
saveGw
(
form
){
let
params
=
{
let
params
=
{
id
:
this
.
app
.
singleItem
.
id
,
id
:
this
.
app
.
singleItem
.
id
,
rqids
:
this
.
$refs
.
basePage
.
$refs
.
TablePager
.
selectedList
.
map
(
item
=>
item
.
id
),
rqids
:
this
.
$refs
.
basePage
.
$refs
.
TablePager
.
selectedList
.
map
(
item
=>
item
.
rq
id
),
gwid
:
form
.
gwid
gwid
:
form
.
gwid
}
}
this
.
$post
(
'lxyl/kcgl/kcpd/lkxj'
,
params
).
then
(
res
=>
{
this
.
$post
(
'lxyl/kcgl/kcpd/lkxj'
,
params
).
then
(
res
=>
{
...
...
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