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
e88ce89d
authored
2024-03-28 14:10:00 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
信息备案
1 parent
e1e3e9e4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
src/views/xxba/components/clxx/dialog/clxxAddDialog.vue
src/views/xxba/components/clxx/index.vue
src/views/xxba/components/clxx/dialog/clxxAddDialog.vue
View file @
e88ce89
...
...
@@ -77,6 +77,7 @@
this
.
ruleForm
=
{
cllx
:
""
,
clmc
:
""
,
clbm
:
""
}
},
/**
...
...
@@ -90,6 +91,7 @@
this
.
ruleForm
=
{
cllx
:
""
,
clmc
:
""
,
clbm
:
""
}
this
.
$emit
(
"input"
,
false
);
}
else
{
...
...
src/views/xxba/components/clxx/index.vue
View file @
e88ce89
...
...
@@ -247,7 +247,8 @@
let
obj
=
{
bsmCompany
:
this
.
formData
.
bsmCompany
,
clmc
:
data
.
clmc
,
cllx
:
data
.
cllx
cllx
:
data
.
cllx
,
clbm
:
data
.
clbm
};
addCompanyMaterial
(
obj
).
then
(
async
(
res
)
=>
{
if
(
res
.
code
==
200
)
{
...
...
Please
register
or
sign in
to post a comment