Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sample-form-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
sample-form-platform
Commits
e7308ea7
Commit
e7308ea7
authored
Apr 03, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改事项关联设备
parent
0710b0fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
sample-form-manager-ui/admin/src/pages/hardware/NumberWriteDevice.vue
...manager-ui/admin/src/pages/hardware/NumberWriteDevice.vue
+3
-2
sample-form-manager-ui/admin/src/pages/hardware/modal/AddMatter.vue
...m-manager-ui/admin/src/pages/hardware/modal/AddMatter.vue
+2
-2
No files found.
sample-form-manager-ui/admin/src/pages/hardware/NumberWriteDevice.vue
View file @
e7308ea7
...
...
@@ -199,7 +199,7 @@ export default {
:
""
,
tableData
:
[],
pageSizes
:
[
10
,
20
,
30
,
40
,
50
,
100
,
200
],
total
:
1
0
,
total
:
0
,
current
:
1
,
size
:
10
,
dialogVisible
:
false
,
...
...
@@ -223,7 +223,8 @@ export default {
productName
:
"
样表机
"
,
}
);
this
.
loading
=
false
;
let
{
data
}
=
res
.
data
.
data
;
let
{
data
,
total
}
=
res
.
data
.
data
;
this
.
total
=
total
;
this
.
tableData
=
data
;
this
.
$refs
.
multipleTable
.
bodyWrapper
.
scrollTop
=
0
;
}
,
...
...
sample-form-manager-ui/admin/src/pages/hardware/modal/AddMatter.vue
View file @
e7308ea7
...
...
@@ -317,7 +317,7 @@ export default {
let
{
code
,
msg
}
=
res
.
data
;
if
(
code
==
1
)
{
this
.
$message
.
success
(
msg
);
this
.
getDeviceMatterList
();
this
.
getDeviceMatterList
(
this
.
devInfo
.
id
);
}
}
,
// 删除设备事项
...
...
@@ -333,7 +333,7 @@ export default {
let
{
code
,
msg
}
=
res
.
data
;
if
(
code
==
1
)
{
this
.
$message
.
success
(
msg
);
this
.
getDeviceMatterList
();
this
.
getDeviceMatterList
(
this
.
devInfo
.
id
);
}
}
)
.
catch
(()
=>
{
...
...
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