Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 7e8a916e
authored
Jun 24, 2024
by
xiehao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:删除了试用范围
1 parent
eb003dc9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/views/collectDataConfiguration/index.vue
src/views/supervisionDataCollection/index.vue
src/views/collectDataConfiguration/index.vue
View file @
7e8a916
...
@@ -237,7 +237,7 @@ export default {
...
@@ -237,7 +237,7 @@ export default {
// 督查清单 详情
// 督查清单 详情
detailBtn
(
v
)
{
detailBtn
(
v
)
{
this
.
detailTitle
=
'详情'
this
.
detailTitle
=
'详情'
this
.
detailPrjCode
=
v
.
superv
ision
this
.
detailPrjCode
=
v
.
superv
Id
this
.
visibleDetail
=
true
this
.
visibleDetail
=
true
},
},
selectTabel
(
v
)
{
selectTabel
(
v
)
{
...
...
src/views/supervisionDataCollection/index.vue
View file @
7e8a916
...
@@ -163,7 +163,7 @@ export default {
...
@@ -163,7 +163,7 @@ export default {
type
:
'warning'
,
type
:
'warning'
,
})
})
.
then
(()
=>
{
.
then
(()
=>
{
this
.
$postRequest
(
'/
C
ollect/tx'
,
{
id
:
row
.
id
}).
then
(
res
=>
{
this
.
$postRequest
(
'/
c
ollect/tx'
,
{
id
:
row
.
id
}).
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
if
(
res
.
code
===
200
)
{
this
.
$message
.
success
(
'提醒成功'
)
this
.
$message
.
success
(
'提醒成功'
)
this
.
$refs
.
searchTable
.
queryData
()
this
.
$refs
.
searchTable
.
queryData
()
...
@@ -181,7 +181,7 @@ export default {
...
@@ -181,7 +181,7 @@ export default {
type
:
'warning'
,
type
:
'warning'
,
})
})
.
then
(()
=>
{
.
then
(()
=>
{
this
.
$postRequest
(
'/
C
ollect/gd'
,
{...
row
}).
then
(
res
=>
{
this
.
$postRequest
(
'/
c
ollect/gd'
,
{...
row
}).
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
if
(
res
.
code
===
200
)
{
this
.
$message
.
success
(
'归档成功'
)
this
.
$message
.
success
(
'归档成功'
)
this
.
$refs
.
searchTable
.
queryData
()
this
.
$refs
.
searchTable
.
queryData
()
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment