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
d19b44ef
authored
2022-09-14 14:49:51 +0800
by
吴蕾
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
材料信息接口调试
1 parent
fbb285aa
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletions
src/api/fqsq.js
src/views/ywbl/fqsq/components/clxx.vue
src/views/ywbl/fqsq/fqsq.vue
src/api/fqsq.js
View file @
d19b44e
...
...
@@ -69,3 +69,12 @@ export function save (data) {
data
})
}
// 材料目录批量删除
export
function
clmlDelete
(
params
)
{
return
request
({
url
:
'/zhcx/clml/delete'
,
method
:
'delete'
,
params
:
params
})
}
...
...
src/views/ywbl/fqsq/components/clxx.vue
View file @
d19b44e
This diff is collapsed.
Click to expand it.
src/views/ywbl/fqsq/fqsq.vue
View file @
d19b44e
...
...
@@ -43,7 +43,8 @@
<div
class=
"splitScreen-con"
v-if=
'index == 0'
>
<component
ref=
'slxx'
:is=
"editItem"
:flag=
"flag"
:key=
"key"
/>
</div>
<component
:is=
"editItem"
v-else
:key=
"key"
:unitData=
"unitData"
:id=
"id"
/>
<component
ref=
'clxx'
:is=
"editItem"
v-else-if=
"index == 1"
:key=
"key"
/>
<component
:is=
"editItem"
v-else
:key=
"key"
/>
</el-tab-pane>
</el-tabs>
</div>
...
...
Please
register
or
sign in
to post a comment