Explorar o código

移动时所属分类一致不可移动

haojianlong %!s(int64=4) %!d(string=hai) anos
pai
achega
6f6c9d27c4
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/components/homeView/move.vue

+ 4 - 0
src/components/homeView/move.vue

@@ -64,6 +64,10 @@ export default {
         return
       }
       const categoryId = this.value[this.value.length - 1]
+      if (categoryId == this.data[0].categoryId) {
+        this.$message.warning('目标位置与当前位置一致')
+        return
+      }
       const pa = {
         content: [],
         projection: ['categoryId']