|
@@ -540,7 +540,7 @@ export default {
|
|
"&pageSize=" +
|
|
"&pageSize=" +
|
|
this.pageParams.pageSize +
|
|
this.pageParams.pageSize +
|
|
"&",
|
|
"&",
|
|
- { title: title }
|
|
|
|
|
|
+ { title: title, status: "on" }
|
|
).then((res) => {
|
|
).then((res) => {
|
|
this.goodsList = res.rows.map((item) => {
|
|
this.goodsList = res.rows.map((item) => {
|
|
return {
|
|
return {
|