Selaa lähdekoodia

fix:表单保存返回列表后列表已选数据清空

liujiayin 2 vuotta sitten
vanhempi
sitoutus
7d764c9051

+ 2 - 0
src/business/platform/data/templaterender/templates/list.vue

@@ -891,6 +891,8 @@ export default {
             this.hadDoSearch = true
             this.hadDoSearch = true
             this.loadData()
             this.loadData()
             this.addDataCont = {}
             this.addDataCont = {}
+            this.selectionAll = []
+            this.selection = []
         },
         },
         /* 流程页面关闭,刷新当前页面*/
         /* 流程页面关闭,刷新当前页面*/
         loadFlowFData (v, temp) {
         loadFlowFData (v, temp) {