|
|
@@ -203,7 +203,7 @@ export default {
|
|
|
this.isEdit = isEdit && !isCopy
|
|
|
this.isCopy = isCopy
|
|
|
|
|
|
- await getProduct({ current: 1, size: 20000 }).then(({ data }) => {
|
|
|
+ await getProduct({ current: 1, size: 50 }).then(({ data }) => {
|
|
|
if (data && data.code === '200') {
|
|
|
this.optionLevel = data.data.records
|
|
|
this.optionLevel.forEach(item => {
|