代码更新
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
<script setup>
|
||||
import { ref, watch, onMounted,reactive } from 'vue';
|
||||
import { categoryPage } from '@/api/cateGory.js'
|
||||
import { categoryPage } from '@/http/api/cateGory.js'
|
||||
const emite=defineEmits(['change','update:isShow','confirm'])
|
||||
const props = defineProps({
|
||||
isShow:{
|
||||
|
||||
@@ -80,8 +80,8 @@
|
||||
import myCategory from './components/category.vue'
|
||||
import { hasPermission } from '@/commons/utils/hasPermission.js';
|
||||
|
||||
import { categoryPage } from '@/api/cateGory.js'
|
||||
import { getProductPage,getProdGroupDetail,updateProdGroup } from '@/api/product.js'
|
||||
import { categoryPage } from '@/http/api/cateGory.js'
|
||||
import { getProductPage,getProdGroupDetail,updateProdGroup } from '@/http/api/product.js'
|
||||
|
||||
const pageData = reactive({
|
||||
stateCurrent: 0,
|
||||
|
||||
Reference in New Issue
Block a user