ludc
2024-09-09 ac3136bbe65533f3c8090935f0dfb834d0cf91bc
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;