Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web
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
中汽测评-信息安全测评系统
web
Commits
2c842a34
Commit
2c842a34
authored
Mar 08, 2024
by
jiaxu.yan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 70403 70367 70358
parent
7202bdf8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
+9
-6
index.vue
src/views/processing/carReview/write-check-form/index.vue
+2
-2
index.vue
src/views/processing/systemReview/write-check-form/index.vue
+2
-2
index.vue
src/views/setting/company/index.vue
+5
-2
No files found.
src/views/processing/carReview/write-check-form/index.vue
View file @
2c842a34
...
@@ -256,7 +256,7 @@
...
@@ -256,7 +256,7 @@
保存当前条目
保存当前条目
</footer-button>
</footer-button>
<footer-button
type=
"primary"
icon=
"check"
@
click=
"submitFrom()"
<footer-button
type=
"primary"
icon=
"check"
@
click=
"submitFrom()"
>
提交表
格
</footer-button
>
提交表
单
</footer-button
>
>
</div>
</div>
</div>
</div>
...
@@ -620,7 +620,7 @@ export default {
...
@@ -620,7 +620,7 @@ export default {
this
.
handleCircle
(
0
)
this
.
handleCircle
(
0
)
}
}
this
.
oldForm
=
this
.
form
this
.
oldForm
=
this
.
form
this
.
$modal
.
msgSuccess
(
'提交表
格
成功'
)
this
.
$modal
.
msgSuccess
(
'提交表
单
成功'
)
}
else
{
}
else
{
this
.
$modal
.
msgError
(
res
.
msg
)
this
.
$modal
.
msgError
(
res
.
msg
)
}
}
...
...
src/views/processing/systemReview/write-check-form/index.vue
View file @
2c842a34
...
@@ -261,7 +261,7 @@
...
@@ -261,7 +261,7 @@
保存当前条目
保存当前条目
</footer-button>
</footer-button>
<footer-button
type=
"primary"
icon=
"check"
@
click=
"submitFrom()"
<footer-button
type=
"primary"
icon=
"check"
@
click=
"submitFrom()"
>
提交表
格
</footer-button
>
提交表
单
</footer-button
>
>
</div>
</div>
</div>
</div>
...
@@ -630,7 +630,7 @@ export default {
...
@@ -630,7 +630,7 @@ export default {
this
.
handleCircle
(
0
)
this
.
handleCircle
(
0
)
}
}
this
.
oldForm
=
this
.
form
this
.
oldForm
=
this
.
form
this
.
$modal
.
msgSuccess
(
'提交表
格
成功'
)
this
.
$modal
.
msgSuccess
(
'提交表
单
成功'
)
}
else
{
}
else
{
this
.
$modal
.
msgError
(
res
.
msg
)
this
.
$modal
.
msgError
(
res
.
msg
)
}
}
...
...
src/views/setting/company/index.vue
View file @
2c842a34
...
@@ -93,7 +93,7 @@
...
@@ -93,7 +93,7 @@
>
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
label=
"邮编"
label=
"
企业
邮编"
prop=
"postcode"
prop=
"postcode"
min-width=
"200"
min-width=
"200"
align=
"left"
align=
"left"
...
@@ -215,7 +215,10 @@ export default {
...
@@ -215,7 +215,10 @@ export default {
methods
:
{
methods
:
{
handleDelete
(
id
)
{
handleDelete
(
id
)
{
this
.
$modal
this
.
$modal
.
confirm
(
'是否确定删除该条数据?'
,
{
title
:
'操作确认'
,
closeOnClickModal
:
false
})
.
then
(()
=>
{
.
then
(()
=>
{
this
.
model
.
uuid
=
id
this
.
model
.
uuid
=
id
this
.
model
.
destroy
(()
=>
{
this
.
model
.
destroy
(()
=>
{
...
...
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