固定表格操作列
This commit is contained in:
@@ -108,8 +108,6 @@ export function AddUserDialog({
|
||||
setIsLoadingDiscount(true)
|
||||
try {
|
||||
const res = await getAllProductDiscount()
|
||||
console.log("折扣res", res)
|
||||
|
||||
if (res.success) {
|
||||
setDiscountList(res.data || [])
|
||||
} else {
|
||||
@@ -127,8 +125,6 @@ export function AddUserDialog({
|
||||
setIsLoadingAdmin(true)
|
||||
try {
|
||||
const res = await getAllAdmin()
|
||||
console.log(res, "管理员res")
|
||||
|
||||
if (res.success) {
|
||||
setAdminList(res.data || [])
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user