提交 f36a15d9 编写于 作者: KK's avatar KK

动态代码表

上级 baf54ab4
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
Emit, Emit,
Watch Watch
} from "vue-property-decorator"; } from "vue-property-decorator";
import CodeListService from "@app-core/service/app/code-list-service"; import { CodeListService } from "@/ibiz-core";
@Component({ @Component({
components: {} components: {}
......
...@@ -18,7 +18,7 @@ import { ...@@ -18,7 +18,7 @@ import {
Emit, Emit,
Watch Watch
} from "vue-property-decorator"; } from "vue-property-decorator";
import CodeListService from "@app-core/service/app/code-list-service"; import { CodeListService } from "@/ibiz-core";
@Component({ @Component({
components: {} components: {}
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<script lang="ts"> <script lang="ts">
import { Vue, Component, Prop } from "vue-property-decorator"; import { Vue, Component, Prop } from "vue-property-decorator";
import CodeListService from "@app-core/service/app/code-list-service"; import { CodeListService } from "@/ibiz-core";
@Component({ @Component({
components: {} components: {}
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<script lang="ts"> <script lang="ts">
import { Vue, Component, Prop, Provide, Emit, Watch, } from "vue-property-decorator"; import { Vue, Component, Prop, Provide, Emit, Watch, } from "vue-property-decorator";
import CodeListService from "@app-core/service/app/code-list-service"; import { CodeListService } from "@/ibiz-core";
import { Loading } from '@/ibiz-core/utils'; import { Loading } from '@/ibiz-core/utils';
@Component({ @Component({
components: {}, components: {},
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<script lang="ts"> <script lang="ts">
import { Vue, Component, Prop, Provide, Emit, Watch, } from "vue-property-decorator"; import { Vue, Component, Prop, Provide, Emit, Watch, } from "vue-property-decorator";
import CodeListService from "@app-core/service/app/code-list-service"; import { CodeListService } from "@/ibiz-core";
import { Loading } from '@/ibiz-core/utils'; import { Loading } from '@/ibiz-core/utils';
@Component({ @Component({
components: {} components: {}
......
...@@ -21,7 +21,7 @@ import { ...@@ -21,7 +21,7 @@ import {
Emit, Emit,
Watch Watch
} from "vue-property-decorator"; } from "vue-property-decorator";
import CodeListService from "@app-core/service/app/code-list-service"; import { CodeListService } from "@/ibiz-core";
@Component({ @Component({
components: {} components: {}
......
...@@ -19,7 +19,7 @@ import { ...@@ -19,7 +19,7 @@ import {
Emit, Emit,
Watch Watch
} from "vue-property-decorator"; } from "vue-property-decorator";
import CodeListService from "@app-core/service/app/code-list-service"; import { CodeListService } from "@/ibiz-core";
@Component({ @Component({
components: {} components: {}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册