|
@@ -95,7 +95,7 @@
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<script setup name="Terms" lang="ts">
|
|
<script setup name="Terms" lang="ts">
|
|
|
-import { listTerms, getTerms, delTerms, addTerms, updateTerms } from 'src/api/system/business/terms';
|
|
|
|
|
|
|
+import { listTerms, getTerms, delTerms, addTerms, updateTerms } from '@/api/system/business/terms';
|
|
|
import { TermsVO, TermsQuery, TermsForm } from '@/api/system/business/terms/types';
|
|
import { TermsVO, TermsQuery, TermsForm } from '@/api/system/business/terms/types';
|
|
|
|
|
|
|
|
const { proxy } = getCurrentInstance() as ComponentInternalInstance;
|
|
const { proxy } = getCurrentInstance() as ComponentInternalInstance;
|