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
eab12cfb
Commit
eab12cfb
authored
Mar 29, 2022
by
jianglong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改对commonProcess.js的引用大小写错误导致编译失败
parent
09410e66
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
Davp.vue
src/views/Business/Ditdav/Davp.vue
+2
-2
Doctre.vue
src/views/Business/Ditdav/Doctre.vue
+2
-2
index.vue
src/views/Business/Ditdav/index.vue
+2
-2
No files found.
src/views/Business/Ditdav/Davp.vue
View file @
eab12cfb
...
@@ -307,14 +307,14 @@
...
@@ -307,14 +307,14 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
Api
from
"~/service/Api"
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Ditdav/Event"
import
Event
from
"~/model/Ditdav/Event"
export
default
{
export
default
{
inject
:
[
'root'
],
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
data
(){
return
{
return
{
...
...
src/views/Business/Ditdav/Doctre.vue
View file @
eab12cfb
...
@@ -75,14 +75,14 @@
...
@@ -75,14 +75,14 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
Api
from
"~/service/Api"
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Ditdav/Event"
import
Event
from
"~/model/Ditdav/Event"
export
default
{
export
default
{
inject
:
[
'root'
],
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
data
(){
return
{
return
{
...
...
src/views/Business/Ditdav/index.vue
View file @
eab12cfb
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
import
Api
from
"~/service/Api"
import
Api
from
"~/service/Api"
import
CodeTable
from
"~/config/CodeTable"
import
CodeTable
from
"~/config/CodeTable"
import
Ditdav
from
"~/model/Ditdav"
import
Ditdav
from
"~/model/Ditdav"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
import
commonProcess
from
"~/mixin/c
ommonProcess"
import
Check
from
"~/model/Ditdav/Check"
import
Check
from
"~/model/Ditdav/Check"
import
Default
from
"~/model/Ditdav/Default"
import
Default
from
"~/model/Ditdav/Default"
import
Pattern
from
"~/model/Ditdav/Pattern"
import
Pattern
from
"~/model/Ditdav/Pattern"
...
@@ -86,7 +86,7 @@ export default {
...
@@ -86,7 +86,7 @@ export default {
root
:
this
root
:
this
}
}
},
},
mixins
:
[
C
ommonProcess
],
// 里面包含了Default、Check等的公共处理
mixins
:
[
c
ommonProcess
],
// 里面包含了Default、Check等的公共处理
data
(){
data
(){
return
{
return
{
tabVal
:
"davp"
,
tabVal
:
"davp"
,
...
...
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