src/components/makepager/CommonFormTableView.vue @@ -586,7 +586,6 @@ page: 1, pageSize: 15 }).then((res) => { console.log(res, "看看产品类型列表") if (res.code === 200) { const list = res.data ? res.data : [] this.productTypeNameOptions = list