Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
Overview
Overview
Details
Activity
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
office
haoban-3
Commits
13051621
Commit
13051621
authored
Sep 23, 2022
by
Jings
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add: 新版企微关联弹窗
parent
a7f5f52a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
add-relate-new.vue
src/components/company/add-relate-new.vue
+0
-0
related-table.vue
src/components/company/related-table.vue
+5
-2
No files found.
src/components/company/add-relate-new.vue
View file @
13051621
This diff is collapsed.
Click to expand it.
src/components/company/related-table.vue
View file @
13051621
...
...
@@ -57,10 +57,13 @@
<el-button @click="cancel">取消</el-button>
<el-button type="primary" @click="submitForm('form')">确定</el-button>
</div>-->
<add-relate
v-if=
"addShow"
:departObj=
"relateRow"
@
refreshData=
"refreshData"
></add-relate>
<!-- <add-relate v-if="addShow" :departObj="relateRow" @refreshData="refreshData"></add-relate> -->
<!-- 新版关联 -->
<add-relate-new
v-if=
"addShow"
:departObj=
"relateRow"
@
refreshData=
"refreshData"
></add-relate-new>
</el-dialog>
</template>
<
script
>
import
addRelateNew
from
'@/components/company/add-relate-new.vue'
;
import
addRelate
from
'@/components/company/add-relate.vue'
;
import
{
getRequest
,
postRequest
}
from
'@/api/api'
;
import
errMsg
from
'@/common/js/error'
;
...
...
@@ -254,7 +257,7 @@ export default {
destroyed
()
{
document
.
documentElement
.
style
.
backgroundColor
=
'#fff'
;
},
components
:
{
addRelate
}
components
:
{
addRelate
,
addRelateNew
}
};
</
script
>
<
style
type=
"text/scss"
lang=
"scss"
scoped
>
...
...
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