修复:图形验证码大写不识别

修复:按商户ID查询订单、商品、分类等
This commit is contained in:
2024-09-23 01:45:42 +08:00
parent 625568eb41
commit c0328fa23e
22 changed files with 28 additions and 1894 deletions

View File

@@ -375,6 +375,7 @@
import { listGoodsSpec } from "@/api/shop/goodsSpec";
import { GoodsCategory } from "@/api/shop/goodsCategory/model";
import { listGoodsCategory } from "@/api/shop/goodsCategory";
import { getMerchantId } from "@/utils/merchant";
// 是否是修改
const isUpdate = ref(false);
@@ -388,8 +389,6 @@
visible: boolean;
// 修改回显的数据
data?: Goods | null;
// 商户ID
merchantId?: number;
}>();
const emit = defineEmits<{
@@ -418,6 +417,7 @@
const goodsSpec = ref<GoodsSpec>();
const category = ref<string[]>([]);
const takeaway = ref<GoodsCategory[]>([]);
const merchantId = getMerchantId();
const columns = [
{