Commit 90eace8c authored by 王伟's avatar 王伟

平台首页楼层限制

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