1

parent c460d631
...@@ -176,7 +176,7 @@ const rateList = ref({ ...@@ -176,7 +176,7 @@ const rateList = ref({
onLoad(async (options) => { onLoad(async (options) => {
catalog.shopId = options.shopId; catalog.shopId = options.shopId;
catalog.prodId = options.prodId catalog.prodId = options.prodId;
console.log(options); console.log(options);
await getList(); await getList();
await getTotal(); await getTotal();
......
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