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
46beffe8
authored
2022-10-21 15:42:43 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
123
1 parent
7439149d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/views/sqcx/components/editDialog.vue → src/views/sqcx/jtfc/components/addjtfc.vue
src/views/sqcx/jtfc/jtfc.vue
src/views/sqcx/
components/editDialog
.vue
→
src/views/sqcx/
jtfc/components/addjtfc
.vue
View file @
46beffe
File moved
src/views/sqcx/jtfc/jtfc.vue
View file @
46beffe
...
...
@@ -58,10 +58,10 @@
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./jtfcdata"
;
import
{
getJtfcPage
}
from
"@/api/jtfc"
;
import
editDialog
from
"../components/editDialog
.vue"
;
import
addjtfc
from
"../components/addjtfc
.vue"
;
export
default
{
name
:
"jtfc"
,
components
:
{
editDialog
},
components
:
{
addjtfc
},
mixins
:
[
table
],
mounted
()
{
sendThis
(
this
);
...
...
Please
register
or
sign in
to post a comment