johnsen 6 месяцев назад
Родитель
Сommit
0c4acc5453

+ 10 - 10
src/business/platform/form/formrender/dynamic-form/dynamic-form-table.vue

@@ -699,16 +699,16 @@ export default {
           this.currentPage =
             this.currentPage > pageCount ? pageCount : this.currentPage
         }
-        // if (this.needPage === 'N') {
-        //   this.copDataModel = this.dataModel
-        // } else {
-        //   this.copDataModel = this.getShowData(
-        //     val,
-        //     this.currentPage,
-        //     this.pageSize
-        //   )
-        // }
-        this.$emit('update:value', val)
+        if (this.needPage === 'N') {
+          this.copDataModel = this.dataModel
+        } else {
+          this.copDataModel = this.getShowData(
+            val,
+            this.currentPage,
+            this.pageSize
+          )
+        }
+        // this.$emit('update:value', val)
         this.editFromType = ''
       })