Commit c460d631 authored by 周俊涛(东信)'s avatar 周俊涛(东信)
parents c1fe0f25 c2e690d4
...@@ -176,6 +176,7 @@ const rateList = ref({ ...@@ -176,6 +176,7 @@ const rateList = ref({
onLoad(async (options) => { onLoad(async (options) => {
catalog.shopId = options.shopId; catalog.shopId = options.shopId;
catalog.prodId = options.prodId
console.log(options); console.log(options);
await getList(); await getList();
await getTotal(); await getTotal();
...@@ -191,6 +192,7 @@ const catalog = reactive({ ...@@ -191,6 +192,7 @@ const catalog = reactive({
current: 0, current: 0,
size: 10, size: 10,
shopId: '', shopId: '',
prodId: '',
evaluation: '', // 关键字搜索 evaluation: '', // 关键字搜索
type: '', // img-图片,append-追评,diff-中差评,good-好评 type: '', // img-图片,append-追评,diff-中差评,good-好评
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment