fix: 🧩 bug修复
This commit is contained in:
@@ -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" /> -->
|
||||
|
||||
@@ -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);
|
||||
//产品属性接口
|
||||
|
||||
Reference in New Issue
Block a user