Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
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-project
Commits
dc2693ba
Commit
dc2693ba
authored
Jun 20, 2024
by
mengzixuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: (修改bug): 72955
parent
b63ff9cd
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
10 deletions
+10
-10
annualPlanEdit.vue
src/views/annualPlan/annualPlanEdit/annualPlanEdit.vue
+2
-2
completedEdit.vue
src/views/completed/completedEdit/completedEdit.vue
+2
-2
constructionEdit.vue
.../engineeringProject/constructionEdit/constructionEdit.vue
+2
-2
engineeringEdit.vue
...ws/engineeringProject/engineeringEdit/engineeringEdit.vue
+2
-2
reserveEdit.vue
src/views/engineeringProject/reserveEdit/reserveEdit.vue
+2
-2
No files found.
src/views/annualPlan/annualPlanEdit/annualPlanEdit.vue
View file @
dc2693ba
<
template
>
<PageWrapper
:title=
"getTitle"
:contentBackground=
"false"
headerSticky
>
<PageWrapper
:title=
"getTitle"
:contentBackground=
"false"
headerSticky
v-loading=
"loading"
>
<template
#
extra
>
<!--
<a-button
type=
"primary"
v-if=
"!disabled"
danger
>
删除
</a-button>
-->
<a-button
type=
"primary"
v-if=
"!disabled"
@
click=
"handleSubmit"
>
提交
</a-button>
...
...
@@ -439,7 +439,7 @@
formData
.
value
.
year
=
filingCycle
;
}
let
res
=
isUpdate
.
value
?
await
updateItem
(
unref
(
formData
))
:
await
addItem
(
unref
(
formData
));
loading
.
value
=
fals
e
;
loading
.
value
=
tru
e
;
// console.log(res);
createMessage
.
success
(
'提交成功!'
);
}
catch
(
e
)
{
...
...
src/views/completed/completedEdit/completedEdit.vue
View file @
dc2693ba
<
template
>
<PageWrapper
:title=
"getTitle"
:contentBackground=
"false"
headerSticky
>
<PageWrapper
:title=
"getTitle"
:contentBackground=
"false"
headerSticky
v-loading=
"loading"
>
<template
#
extra
>
<!--
<a-button
type=
"primary"
v-if=
"!disabled"
danger
>
删除
</a-button>
-->
<a-button
type=
"primary"
v-if=
"!disabled"
@
click=
"handleSubmit"
>
提交
</a-button>
...
...
@@ -448,7 +448,7 @@
console
.
log
(
' formData()'
,
unref
(
formData
));
// console.log(' setTableData()', setTableData);
let
res
=
isUpdate
.
value
?
await
updateItem
(
unref
(
formData
))
:
await
addItem
(
unref
(
formData
));
loading
.
value
=
fals
e
;
loading
.
value
=
tru
e
;
console
.
log
(
res
);
createMessage
.
success
(
'提交成功!'
);
router
.
back
();
...
...
src/views/engineeringProject/constructionEdit/constructionEdit.vue
View file @
dc2693ba
<
template
>
<PageWrapper
:title=
"getTitle"
:contentBackground=
"false"
headerSticky
>
<PageWrapper
:title=
"getTitle"
:contentBackground=
"false"
headerSticky
v-loading=
"loading"
>
<template
#
extra
>
<!--
<a-button
type=
"primary"
v-if=
"!disabled"
danger
>
删除
</a-button>
-->
<a-button
type=
"primary"
v-if=
"!disabled"
@
click=
"handleSubmit"
>
提交
</a-button>
...
...
@@ -393,7 +393,7 @@
console
.
log
(
' formData()'
,
unref
(
formData
));
// console.log(' setTableData()', setTableData);
let
res
=
isUpdate
.
value
?
await
updateItem
(
unref
(
formData
))
:
await
addItem
(
unref
(
formData
));
loading
.
value
=
fals
e
;
loading
.
value
=
tru
e
;
console
.
log
(
res
);
createMessage
.
success
(
'提交成功!'
);
router
.
back
();
...
...
src/views/engineeringProject/engineeringEdit/engineeringEdit.vue
View file @
dc2693ba
<
template
>
<PageWrapper
:title=
"getTitle"
:contentBackground=
"false"
headerSticky
>
<PageWrapper
:title=
"getTitle"
:contentBackground=
"false"
headerSticky
v-loading=
"loading"
>
<template
#
extra
>
<!--
<a-button
type=
"primary"
v-if=
"!disabled"
danger
>
删除
</a-button>
-->
<a-button
type=
"primary"
v-if=
"!disabled"
@
click=
"handleSubmit"
>
提交
</a-button>
...
...
@@ -392,7 +392,7 @@
console
.
log
(
' formData()'
,
unref
(
formData
));
// console.log(' setTableData()', setTableData);
let
res
=
isUpdate
.
value
?
await
updateItem
(
unref
(
formData
))
:
await
addItem
(
unref
(
formData
));
loading
.
value
=
fals
e
;
loading
.
value
=
tru
e
;
console
.
log
(
res
);
createMessage
.
success
(
'提交成功!'
);
router
.
back
();
...
...
src/views/engineeringProject/reserveEdit/reserveEdit.vue
View file @
dc2693ba
<
template
>
<PageWrapper
:title=
"getTitle"
:contentBackground=
"false"
headerSticky
>
<PageWrapper
:title=
"getTitle"
:contentBackground=
"false"
headerSticky
v-loading=
"loading"
>
<template
#
extra
>
<!--
<a-button
type=
"primary"
v-if=
"!disabled"
danger
>
删除
</a-button>
-->
<a-button
type=
"primary"
v-if=
"!disabled"
@
click=
"handleSubmit"
>
提交
</a-button>
...
...
@@ -393,7 +393,7 @@
console
.
log
(
' formData()'
,
unref
(
formData
));
// console.log(' setTableData()', setTableData);
let
res
=
isUpdate
.
value
?
await
updateItem
(
unref
(
formData
))
:
await
addItem
(
unref
(
formData
));
loading
.
value
=
fals
e
;
loading
.
value
=
tru
e
;
console
.
log
(
res
);
createMessage
.
success
(
'提交成功!'
);
router
.
back
();
...
...
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