Commit 26314a29 by crushh

update: 保存

parent bf1b77e8
......@@ -1301,7 +1301,7 @@ export default {
if (!this.cardList.length) {
this.$message.error('请选择卡券');
return false;
} else if (this.isCopy && this.cardList.filter(item => item.status != 1).length) {
} else if (this.isCopy && this.cardList.filter(item => item.status && item.status != 1).length) {
this.$message.error('选择了无效卡券,无法保存');
return false;
} else {
......
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