代码更新
This commit is contained in:
@@ -71,9 +71,9 @@
|
||||
import { onShow } from '@dcloudio/uni-app';
|
||||
import go from '@/commons/utils/go.js';
|
||||
|
||||
import { shopStaffDetail,getShopStaffPermission,shopStaffAdd,shopStaffPut } from "@/api/staff.js"
|
||||
import { getShopPermission } from "@/api/index.js"
|
||||
import { getRoleList } from "@/api/role.js"
|
||||
import { shopStaffDetail,getShopStaffPermission,shopStaffAdd,shopStaffPut } from "@/http/api/staff.js"
|
||||
import { getShopPermission } from "@/http/api/index.js"
|
||||
import { getRoleList } from "@/http/api/role.js"
|
||||
const currentInstance = getCurrentInstance()
|
||||
const props = defineProps({
|
||||
type: {
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
import { reactive, ref, watch, onMounted } from 'vue';
|
||||
import { onShow } from '@dcloudio/uni-app';
|
||||
import go from '@/commons/utils/go.js';
|
||||
import { shopStaffList,shopStaffDel,shopStaffPut } from "@/api/staff.js"
|
||||
import { shopStaffList,shopStaffDel,shopStaffPut } from "@/http/api/staff.js"
|
||||
|
||||
let pageData = reactive({
|
||||
show: false,
|
||||
|
||||
Reference in New Issue
Block a user