doum
2025-09-11 7298d5354963a88643a543b51b90192dc9fc934c
admin/src/components/business/OperaInternalCompanyWindow.vue
@@ -90,7 +90,8 @@
        parentId: null,
        disable: false,
        parentName: '',
        parentType:null
        parentType: null,
        sortnum: null
      }
      if (target != null) {
        this.form.parentId = target.id
@@ -129,7 +130,8 @@
          this.api.create({
            parentId: this.form.parentId,
            name: this.form.name,
            type: this.form.type
            type: this.form.type,
            sortnum: this.form.sortnum
          })
            .then(() => {
              this.visible = false
@@ -147,7 +149,8 @@
            id: this.form.id,
            parentId: this.form.parentId,
            name: this.form.name,
            type: this.form.type
            type: this.form.type,
            sortnum: this.form.sortnum
          })
            .then(() => {
              this.visible = false