提交 ef3447c6 authored 作者: huaxinzhu's avatar huaxinzhu

取消brand20数量限制

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