ludc
2024-09-06 3be6b8a0b31b780f626724691fcb304de3b7d9f2
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;