fix: 🧩 bug修复

This commit is contained in:
2025-07-01 16:00:05 +08:00
parent fd35dc532b
commit 8524d2112e
7 changed files with 22 additions and 14 deletions

View File

@@ -9,7 +9,7 @@
<el-input v-model="_ruleFormParam.short_name" style="width: 440px" />
</el-form-item>
<el-form-item label="型号" required>
<el-input v-model="_ruleFormParam.spu" style="width: 440px" />
<el-input v-model="_ruleFormParam.spu" style="width: 440px" disabled />
</el-form-item>
<el-form-item label="产品分类" style="width: 440px" required>
<!-- <el-input v-model="_ruleFormParam.category_id" /> -->

View File

@@ -110,6 +110,7 @@ getProductAttrsList();
const getProductList = async (query: any) => {
const result: any = await getProductListApi({
spu: query,
is_show: 1,
page: 1,
size: 1000
});
@@ -165,6 +166,7 @@ const handleRelatedAdd = () => {
};
//相关信息及下载远程搜索
const handleRemote = debounce((params: any) => {
console.log(params, "============>>>>");
getProductList(params.query);
}, 800);
//产品属性接口