chris 1 yıl önce
ebeveyn
işleme
fbf615318d

+ 1 - 1
src/views/modules/tech/ctafts-add-or-detail.vue

@@ -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 => {