Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-web-back-soil
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
wangweidong
patzn-cloud-web-back-soil
Commits
8282d9c5
Commit
8282d9c5
authored
Dec 24, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了添加设备后加载
parent
d65af13a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
ItemRightList.vue
...s/soil-test-manage/test-input/item-tabs/ItemRightList.vue
+4
-0
No files found.
pages/soil-test-manage/test-input/item-tabs/ItemRightList.vue
View file @
8282d9c5
...
@@ -331,6 +331,7 @@ export default {
...
@@ -331,6 +331,7 @@ export default {
this
.
$refs
.
pageTable
.
_loadColumn
(
colList
)
this
.
$refs
.
pageTable
.
_loadColumn
(
colList
)
},
},
_equipResult
:
async
function
(
res
)
{
_equipResult
:
async
function
(
res
)
{
this
.
$refs
.
pageTable
.
_showLoading
()
const
tempData
=
{}
const
tempData
=
{}
tempData
.
equipList
=
[]
tempData
.
equipList
=
[]
res
.
map
((
item
,
index
)
=>
{
res
.
map
((
item
,
index
)
=>
{
...
@@ -351,6 +352,9 @@ export default {
...
@@ -351,6 +352,9 @@ export default {
const
result
=
await
soilTest
.
addExpEquip
(
tempData
)
const
result
=
await
soilTest
.
addExpEquip
(
tempData
)
if
(
result
)
{
if
(
result
)
{
this
.
$Message
.
success
(
'添加成功'
)
this
.
$Message
.
success
(
'添加成功'
)
this
.
$refs
.
pageTable
.
_hideLoading
()
}
else
{
this
.
$refs
.
pageTable
.
_hideLoading
()
}
}
},
},
// 从字典查预警期
// 从字典查预警期
...
...
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