loulijun2021
2023-06-25 0ee16193f6ede38950215bd74b49d58b779595a5
src/views/basicSettings/organizationList.vue
@@ -474,9 +474,9 @@
    handleRequest() {
      this.getOrganizationSearch().then(res => {
        if (res.code === '200') {
          this.getPrentOrganization()
        }
        // if (res.code === '200') {
        //   this.getPrentOrganization()
        // }
      })
    },
    async getOrganizationSearch() {
@@ -523,6 +523,8 @@
        return this.$message.info('当前用户无新增权限!')
      }
      await this.getPrentOrganization()
      this.operation = operation
      this.dialogVisible = true
@@ -552,7 +554,6 @@
      //   this.dialogForm.OrgType = '生产线'
      // }
      this.$nextTick(() => {
        this.changeRadio(this.dialogForm.OrgType)
        this.dialogForm.OrgCode = row.org_code
        this.dialogForm.OrgName = row.org_name
        this.dialogForm.SupUnit = row.parent_id