Commit b7c73b80 authored by 王伟's avatar 王伟

首页楼层限制

parent 90eace8c
......@@ -186,10 +186,10 @@ export default {
this.reload()
},
handleAdd () {
if (this.tableData.length === 6) {
this.$Notice.warning({ title: '数据上限到达6条,请先删除其它数据再添加!' })
return
}
// if (this.tableData.length === 6) {
// this.$Notice.warning({ title: '数据上限到达6条,请先删除其它数据再添加!' })
// return
// }
this.modelStatus = true
this.floorContent.displayOrder = ''
this.floorContent.goodsId = ''
......
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