提交 9024afc9 编写于 作者: alex.zhang's avatar alex.zhang

标签设置不可为空

上级 ad207d44
......@@ -819,10 +819,13 @@ export default {
let callback = (res) => {
if (res.code == "000000") {
vm.historyLabelList = res.data;
console.log(
"handleSetLabelClick() : vm.historyLabelList = " +
vm.historyLabelList.menus.length
);
// console.log(
// "handleSetLabelClick() : vm.historyLabelList = " +
// vm.historyLabelList.menus.length
// );
if (vm.dataProjectLabels) {
vm.$message.info("未设置过标签")
}
} else {
vm.$message.error(res.message);
}
......@@ -844,6 +847,9 @@ export default {
};
tmpList.push(obj);
}
} else {
vm.setLabelVisible = false;
return;
}
let data = {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册