|
@@ -96,6 +96,10 @@ export default {
|
|
if (!this.value.length || !this.data.length) {
|
|
if (!this.value.length || !this.data.length) {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
+ if (this.value == this.data[0].folderId) {
|
|
|
|
+ this.$message.warning('目标位置与当前位置一致')
|
|
|
|
+ return
|
|
|
|
+ }
|
|
const postParams = {
|
|
const postParams = {
|
|
content: [],
|
|
content: [],
|
|
projection: ["folderId"],
|
|
projection: ["folderId"],
|