fujunling
2023-06-08 36c7ff87bec2f261b28859bfb9cb7c1692e3d0ed
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();
    },