zhangyanpeng
2024-03-04 6a72e9e44dc7278e18d55ccd5637b81a1cb2f047
src/views/admin/FormsPanel.vue
@@ -62,9 +62,7 @@
    getGroups() {
      let template = {"dataname": "sys_state_approve"}
      getEntitySet(template).then(rsp => {
        console.log("getEntitySet", rsp.data.data)
        this.groups = rsp.data.data.entityset
        console.log("this.groups", this.groups)
      }).catch(err => this.$message.error('获取审批流程异常'))
    },
    newProcess(groupId) {
@@ -78,7 +76,6 @@
    viewGroup(item, group) {
      console.log("viewGroup",item)
      this.$router.push(
          {
            path: "/workspace/process/instance/tabs",
@@ -92,7 +89,6 @@
    editFrom(item, group) {
      console.log("item",item)
      this.$router.push("/admin/design?code=" + item.id);
    },