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
zhouqian
vue-gjjs
Commits
be0da330
Commit
be0da330
authored
Mar 10, 2022
by
wangren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commomProcess大小写统一
parent
c160b90b
Hide whitespace changes
Inline
Side-by-side
Showing
34 changed files
with
68 additions
and
68 deletions
+68
-68
Coninfp.vue
src/views/Business/Gitcrq/Coninfp.vue
+2
-2
Docpan.vue
src/views/Business/Gitcrq/Docpan.vue
+2
-2
Doctre.vue
src/views/Business/Gitcrq/Doctre.vue
+2
-2
Engp.vue
src/views/Business/Gitcrq/Engp.vue
+2
-2
Gitbin.vue
src/views/Business/Gitcrq/Gitbin.vue
+2
-2
Gitsetp1.vue
src/views/Business/Gitcrq/Gitsetp1.vue
+2
-2
Limitbody.vue
src/views/Business/Gitcrq/Limitbody.vue
+2
-2
Setpan.vue
src/views/Business/Gitcrq/Setpan.vue
+2
-2
index.vue
src/views/Business/Gitcrq/index.vue
+2
-2
Sel.vue
src/views/Business/Gitsel/Sel.vue
+2
-2
index.vue
src/views/Business/Gitsel/index.vue
+2
-2
Ccvpan.vue
src/views/Business/Gitset/Ccvpan.vue
+2
-2
Cnyp.vue
src/views/Business/Gitset/Cnyp.vue
+2
-2
Coninfp.vue
src/views/Business/Gitset/Coninfp.vue
+2
-2
Det202cv.vue
src/views/Business/Gitset/Det202cv.vue
+2
-2
Det756.vue
src/views/Business/Gitset/Det756.vue
+2
-2
Docpan.vue
src/views/Business/Gitset/Docpan.vue
+2
-2
Doctre.vue
src/views/Business/Gitset/Doctre.vue
+2
-2
Engp.vue
src/views/Business/Gitset/Engp.vue
+2
-2
Gitsetp.vue
src/views/Business/Gitset/Gitsetp.vue
+2
-2
Gitsetp1.vue
src/views/Business/Gitset/Gitsetp1.vue
+2
-2
Glepan.vue
src/views/Business/Gitset/Glepan.vue
+2
-2
Limitbody.vue
src/views/Business/Gitset/Limitbody.vue
+2
-2
Setpan.vue
src/views/Business/Gitset/Setpan.vue
+2
-2
Shisuan.vue
src/views/Business/Gitset/Shisuan.vue
+2
-2
Wg.vue
src/views/Business/Gitset/Wg.vue
+2
-2
index.vue
src/views/Business/Gitset/index.vue
+2
-2
Srvdta.vue
src/views/Business/Switsk/Srvdta.vue
+2
-2
Srvdte.vue
src/views/Business/Switsk/Srvdte.vue
+2
-2
Srveli.vue
src/views/Business/Switsk/Srveli.vue
+2
-2
Srvemi.vue
src/views/Business/Switsk/Srvemi.vue
+2
-2
Srvswi.vue
src/views/Business/Switsk/Srvswi.vue
+2
-2
Srvtci.vue
src/views/Business/Switsk/Srvtci.vue
+2
-2
Srvtli.vue
src/views/Business/Switsk/Srvtli.vue
+2
-2
No files found.
src/views/Business/Gitcrq/Coninfp.vue
View file @
be0da330
...
...
@@ -50,14 +50,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Gitcrq/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Gitcrq/Docpan.vue
View file @
be0da330
...
...
@@ -30,14 +30,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Gitcrq/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Gitcrq/Doctre.vue
View file @
be0da330
...
...
@@ -76,14 +76,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Gitcrq/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Gitcrq/Engp.vue
View file @
be0da330
...
...
@@ -52,14 +52,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Gitcrq/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Gitcrq/Gitbin.vue
View file @
be0da330
...
...
@@ -10,14 +10,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Gitcrq/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Gitcrq/Gitsetp1.vue
View file @
be0da330
...
...
@@ -609,7 +609,7 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Gitcrq/Event"
;
import
Ptap
from
"~/views/Public/Ptap"
;
...
...
@@ -618,7 +618,7 @@ export default {
components
:
{
"c-ptap"
:
Ptap
},
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
()
{
return
{};
},
...
...
src/views/Business/Gitcrq/Limitbody.vue
View file @
be0da330
...
...
@@ -148,14 +148,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Gitcrq/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Gitcrq/Setpan.vue
View file @
be0da330
...
...
@@ -88,7 +88,7 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Gitcrq/Event"
;
...
...
@@ -96,7 +96,7 @@ import Event from "~/model/Gitcrq/Event";
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
()
{
return
{};
},
...
...
src/views/Business/Gitcrq/index.vue
View file @
be0da330
...
...
@@ -80,7 +80,7 @@
import
Api
from
"~/service/Api"
import
CodeTable
from
"~/config/CodeTable"
import
Gitcrq
from
"~/model/Gitcrq"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
import
commonProcess
from
"~/mixin/c
ommonProcess"
import
commonFuncs
from
"~/mixin/commonFuncs"
import
Check
from
"~/model/Gitcrq/Check"
import
Default
from
"~/model/Gitcrq/Default"
...
...
@@ -116,7 +116,7 @@ export default {
root
:
this
}
},
mixins
:
[
C
ommonProcess
,
commonFuncs
],
// 里面包含了Default、Check等的公共处理
mixins
:
[
c
ommonProcess
,
commonFuncs
],
// 里面包含了Default、Check等的公共处理
data
(){
return
{
tabVal
:
"gitsetp1"
,
...
...
src/views/Business/Gitsel/Sel.vue
View file @
be0da330
...
...
@@ -1133,7 +1133,7 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Gitsel/Event"
;
import
SelMune
from
"./SelMune.vue"
;
...
...
@@ -1142,7 +1142,7 @@ export default {
inject
:
[
"root"
],
components
:
{
SelMune
},
props
:
[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
()
{
return
{
flag
:
1
,
...
...
src/views/Business/Gitsel/index.vue
View file @
be0da330
...
...
@@ -15,7 +15,7 @@
import
Api
from
"~/service/Api"
import
CodeTable
from
"~/config/CodeTable"
import
Gitsel
from
"~/model/Gitsel"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
import
commonProcess
from
"~/mixin/c
ommonProcess"
import
Check
from
"~/model/Gitsel/Check"
import
Default
from
"~/model/Gitsel/Default"
import
Pattern
from
"~/model/Gitsel/Pattern"
...
...
@@ -32,7 +32,7 @@ export default {
root
:
this
}
},
mixins
:
[
C
ommonProcess
],
// 里面包含了Default、Check等的公共处理
mixins
:
[
c
ommonProcess
],
// 里面包含了Default、Check等的公共处理
data
(){
return
{
tabVal
:
"sel"
,
...
...
src/views/Business/Gitset/Ccvpan.vue
View file @
be0da330
...
...
@@ -72,14 +72,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Gitset/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Gitset/Cnyp.vue
View file @
be0da330
...
...
@@ -39,14 +39,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Gitset/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Gitset/Coninfp.vue
View file @
be0da330
...
...
@@ -50,14 +50,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Gitset/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Gitset/Det202cv.vue
View file @
be0da330
...
...
@@ -263,14 +263,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Gitset/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Gitset/Det756.vue
View file @
be0da330
...
...
@@ -166,14 +166,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Gitset/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Gitset/Docpan.vue
View file @
be0da330
...
...
@@ -30,14 +30,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Gitset/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Gitset/Doctre.vue
View file @
be0da330
...
...
@@ -76,14 +76,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Gitset/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Gitset/Engp.vue
View file @
be0da330
...
...
@@ -52,14 +52,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Gitset/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Gitset/Gitsetp.vue
View file @
be0da330
...
...
@@ -63,14 +63,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Gitset/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Gitset/Gitsetp1.vue
View file @
be0da330
...
...
@@ -300,14 +300,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Gitset/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Gitset/Glepan.vue
View file @
be0da330
...
...
@@ -10,14 +10,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Gitset/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Gitset/Limitbody.vue
View file @
be0da330
...
...
@@ -148,14 +148,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Gitset/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Gitset/Setpan.vue
View file @
be0da330
...
...
@@ -62,14 +62,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Gitset/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Gitset/Shisuan.vue
View file @
be0da330
...
...
@@ -4,14 +4,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Gitset/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Gitset/Wg.vue
View file @
be0da330
...
...
@@ -37,14 +37,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Gitset/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Gitset/index.vue
View file @
be0da330
...
...
@@ -85,7 +85,7 @@
import
Api
from
"~/service/Api"
import
CodeTable
from
"~/config/CodeTable"
import
Gitset
from
"~/model/Gitset"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
import
commonProcess
from
"~/mixin/c
ommonProcess"
import
Check
from
"~/model/Gitset/Check"
import
Default
from
"~/model/Gitset/Default"
import
Pattern
from
"~/model/Gitset/Pattern"
...
...
@@ -130,7 +130,7 @@ export default {
root
:
this
}
},
mixins
:
[
C
ommonProcess
],
// 里面包含了Default、Check等的公共处理
mixins
:
[
c
ommonProcess
],
// 里面包含了Default、Check等的公共处理
data
(){
return
{
tabVal
:
"gitsetp1"
,
...
...
src/views/Business/Switsk/Srvdta.vue
View file @
be0da330
...
...
@@ -110,14 +110,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Switsk/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Switsk/Srvdte.vue
View file @
be0da330
...
...
@@ -110,14 +110,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Switsk/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Switsk/Srveli.vue
View file @
be0da330
...
...
@@ -8,14 +8,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Switsk/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Switsk/Srvemi.vue
View file @
be0da330
...
...
@@ -82,14 +82,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Switsk/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Switsk/Srvswi.vue
View file @
be0da330
...
...
@@ -110,14 +110,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Switsk/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Switsk/Srvtci.vue
View file @
be0da330
...
...
@@ -110,14 +110,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Switsk/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
src/views/Business/Switsk/Srvtli.vue
View file @
be0da330
...
...
@@ -82,14 +82,14 @@
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/C
ommonProcess"
;
import
commonProcess
from
"~/mixin/c
ommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Switsk/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
C
ommonProcess
],
mixins
:
[
c
ommonProcess
],
data
(){
return
{
...
...
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