Commit 24fe57e3 by chenyu

update: cancel label's validator

parent 3f26c5b9
......@@ -216,14 +216,15 @@ export default {
}
});
});
let curtagIds = null;
let curtagIds = '';
if (tagIds.length > 0) {
curtagIds = tagIds.join(',');
}
if (!curtagIds) {
this.$message.warning('至少选择一个手工标签!');
return;
}
// 取消保存限制,可空保存
// if (!curtagIds) {
// this.$message.warning('至少选择一个手工标签!');
// return;
// }
doFetch(url.updateClerkTags, {
memberId: this.memberId,
tagIds: curtagIds,
......
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