|
@@ -190,7 +190,8 @@ export default {
|
|
|
getProduct () {
|
|
|
get('/pdf-tech/product/listWithAdmin').then((res) => {
|
|
|
if (res.data.code === 200) {
|
|
|
- res.data.result.forEach(item => {
|
|
|
+ const list = productListNameMapping(res.data.result)
|
|
|
+ list.forEach(item => {
|
|
|
this.projectOptions.push({
|
|
|
label: item.name,
|
|
|
value: item.id,
|