Commit e7ea663a by 无尘

fix: 修改标签排序

parent cd6838f4
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-28 16:51:22
* @LastEditors: 无尘
* @LastEditTime: 2020-09-08 13:59:43
* @LastEditTime: 2020-09-08 14:02:43
-->
<template>
......@@ -161,6 +161,7 @@ export default {
Sortable.create(tbody, {
onEnd({ newIndex, oldIndex }) {
if (newIndex == oldIndex || that.currentClassify != '') {
that.currentClassify != '' ? that.tagsData = [] : '';
that.currentClassify != '' ? that.getTableList() : '';
return false;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment