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
8e25462e
Commit
8e25462e
authored
Dec 16, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了选中单选框
parent
07a80edb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
PTVXETable.vue
components/table/PTVXETable.vue
+5
-0
OriginalRecordView.vue
pages/soil-report-manage/report-make/OriginalRecordView.vue
+2
-3
ItemLeftList.vue
pages/soil-test-manage/test-input/item-tabs/ItemLeftList.vue
+2
-0
No files found.
components/table/PTVXETable.vue
View file @
8e25462e
...
...
@@ -437,6 +437,11 @@ export default {
_radioChange
({
row
})
{
this
.
$emit
(
'on-result-change'
,
'singleSelect'
,
row
)
},
_radioChangeItem
(
row
)
{
this
.
$refs
.
xTable
.
setRadioRow
(
row
)
this
.
$refs
.
xTable
.
setCurrentRow
(
row
)
this
.
$emit
(
'on-result-change'
,
'singleSelect'
,
row
)
},
// 关闭loading
_hideLoading
()
{
this
.
loading
=
false
...
...
pages/soil-report-manage/report-make/OriginalRecordView.vue
View file @
8e25462e
...
...
@@ -181,9 +181,6 @@ export default {
}
}
},
mounted
()
{
this
.
_page
()
},
methods
:
{
_componentResult
(
data
)
{
switch
(
this
.
currentComponent
)
{
...
...
@@ -243,6 +240,7 @@ export default {
content
:
'确定这'
+
this
.
selectIds
.
length
+
'条数据生成报告'
,
onOk
:
()
=>
{
this
.
openTooltip
()
this
.
$refs
.
pageTable
.
_showLoading
()
this
.
_reportMakeOk
()
}
})
...
...
@@ -258,6 +256,7 @@ export default {
this
.
_page
()
this
.
$emit
(
'on-result-change'
)
}
this
.
$refs
.
pageTable
.
_hideLoading
()
},
openTooltip
()
{
this
.
$notify
.
info
({
...
...
pages/soil-test-manage/test-input/item-tabs/ItemLeftList.vue
View file @
8e25462e
...
...
@@ -133,9 +133,11 @@ export default {
this
.
$emit
(
'on-result-change'
,
data
)
break
case
'singleSelect'
:
console
.
log
(
'data-----------------'
,
data
)
this
.
$emit
(
'on-result-change'
,
data
)
break
case
'iconClick'
:
this
.
$refs
.
pageTable
.
_radioChangeItem
(
data
.
rowData
)
this
.
_iconClick
(
data
.
name
,
data
.
rowData
,
data
.
componentName
)
break
case
'changeSize'
:
...
...
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