wangting
2024-09-06 db252fda6a2d5c806ada7f7a95a11e09d1a9f657
Source/plt-web/plt-web-ui/src/views/modelingMenu/queryTemplate/businessTypeQuery/index.vue
@@ -140,6 +140,7 @@
      this.tableLoading = true;
      this.getTemp();
    },
    //模板列表数据
    getTemp() {
      getObjTypeQTs(this.nodeRow.label).then(res => {
        this.crudData =  res.data.data;