提交 6dd26e12 authored 作者: huaxinzhu's avatar huaxinzhu

取消brand的数量20个限制

上级 37d0004d
......@@ -536,14 +536,14 @@
},
/** 新增 品牌 */
addBrand() {
if(this.total <= 20 ) {
// if(this.total <= 20 ) {
this.isOpen = true;
this.brandTitle = '新增品牌信息';
this.indexBrandId = 0;
this.reset('brandForm')
}else {
this.$message({ type: 'warning', message: '目前暂时只支持维护20个品牌数据'});
}
// }else {
// this.$message({ type: 'warning', message: '目前暂时只支持维护20个品牌数据'});
// }
},
/** 编辑 品牌 */
editBrand(row) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论