Source/UBCS-WEB/src/components/Master/MasterTree.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Source/UBCS-WEB/src/components/Master/MasterTree.vue
@@ -114,7 +114,7 @@ }); this.$emit("coderuleoid", this.coderuleoid) this.$emit('Treedata', this.Treedata) console.log(this.Treedata) // console.log(this.Treedata) } } }).catch(res => { Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
@@ -941,7 +941,8 @@ limit: this.page.pageSize, ['conditionMap[' + this.keyWordFind + ']']: '*' + this.WupinFindValue + '*' }).then(res => { this.tableData = res.data.data this.tableData = res.data.data; // this.page.total = res.data.data.total; }) }