|
@@ -191,13 +191,13 @@
|
|
|
|
|
|
<script>
|
|
<script>
|
|
import {
|
|
import {
|
|
-change,
|
|
|
|
-channelPage,
|
|
|
|
-create,
|
|
|
|
-devList,
|
|
|
|
-editPage,
|
|
|
|
-getRemove,
|
|
|
|
-page,
|
|
|
|
|
|
+ change,
|
|
|
|
+ channelPage,
|
|
|
|
+ create,
|
|
|
|
+ devList,
|
|
|
|
+ editPage,
|
|
|
|
+ getRemove,
|
|
|
|
+ page,
|
|
} from "@/api/operation/channel";
|
|
} from "@/api/operation/channel";
|
|
import { dialogCallBack } from "@/utils/DialogUtil";
|
|
import { dialogCallBack } from "@/utils/DialogUtil";
|
|
export default {
|
|
export default {
|
|
@@ -401,6 +401,7 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
if (newSort === this.editData.currentEditSort) {
|
|
if (newSort === this.editData.currentEditSort) {
|
|
|
|
+ this.editData.currentEditIndex = -1;
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|