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
9258d07d
authored
2022-09-14 15:19:57 +0800
by
田浩浩
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
8b73af34
d19b44ef
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 @
9258d07
...
...
@@ -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 @
9258d07
This diff is collapsed.
Click to expand it.
src/views/ywbl/fqsq/fqsq.vue
View file @
9258d07
...
...
@@ -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