Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
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
fukai
vue-gjjs
Commits
be517fb9
Commit
be517fb9
authored
Oct 12, 2023
by
WH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修复控制台报错
parent
0c70c1dc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
index.vue
src/business/infccd/views/index.vue
+9
-8
No files found.
src/business/infccd/views/index.vue
View file @
be517fb9
...
...
@@ -9,15 +9,15 @@
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
>
<c-content>
<m-infsea
:model=
"model"
:codes=
"codes"
ref=
"infsea"
/>
<m-infsea
:model=
"model"
:codes=
"codes"
ref=
"infsea"
/>
</c-content>
<
c-grid-ety-prompt-dialog
ref=
"etyDialog"
:promptData=
"promptData"
>
<
/c-grid-ety-prompt-dialog
>
<
!--
<c-grid-ety-prompt-dialog-->
<!-- ref="etyDialog"-->
<!-- :promptData="promptData"-->
<!-- >--
>
<
!--
</c-grid-ety-prompt-dialog>
--
>
</c-tabs>
</el-form>
</div>
...
...
@@ -51,7 +51,8 @@ export default {
};
},
methods
:
{},
created
:
async
function
()
{},
created
:
async
function
()
{
},
// methods: {
// myTabClick(tab) {
// this.tabClick(tab);
...
...
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