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