Source/UBCS-WEB/src/views/modeling/Business.vue
@@ -258,10 +258,7 @@ } ] }, data: [{ tableName: '1', description: '2' }] data: [], } } }, @@ -338,7 +335,8 @@ this.ifRefreshBtmAddRefresh(); }, businessEdit(){ this.$refs.btmAdd.btmType = this.obj; var json = JSON.stringify(this.obj); this.$refs.btmAdd.btmType = JSON.parse(json); this.$refs.btmAdd.showSubmitDialog = true; this.ifRefreshBtmAddRefresh(); },