jiangping
2025-04-15 71c893964b732f2026fccc573502a1b503f985fd
admin/src/components/business/OperaCategoryDcaProblemWindow.vue
@@ -67,6 +67,7 @@
  },
  methods: {
    handleChangeCategory (value) {
      this.form.parentId = null
      if (this.form.categoryList && this.form.categoryList.length >= 1) {
        this.form.parentId = this.form.categoryList[this.form.categoryList.length - 1]
      }