Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
8746622e
authored
2023-07-10 11:28:34 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
--no commit message
1 parent
310a586d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
src/views/djbworkflow/djbBook/spyj.vue
src/views/djbworkflow/djbBook/spyj.vue
View file @
8746622
...
...
@@ -71,6 +71,7 @@ export default {
//刷新值
refresh
:
10
,
ableOperation
:
true
,
list
:[],
ruleForm
:
{
},
rules
:
{
...
...
@@ -91,7 +92,8 @@ export default {
onSubmit
()
{
this
.
ruleForm
.
bsmBusiness
=
this
.
$parent
.
bsmRepair
;
this
.
ruleForm
.
jdmc
=
"审核"
;
addidea
(
this
.
ruleForm
).
then
((
res
)
=>
{
this
.
list
.
push
(
this
.
ruleForm
)
addidea
(
this
.
list
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
$message
.
success
(
"保存成功"
);
this
.
refresh
+=
1
;
...
...
Please
register
or
sign in
to post a comment