mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-22 10:55:54 +08:00
取消pc楼层装修提示框,改为无痕更改
This commit is contained in:
@@ -40,15 +40,7 @@ export default {
|
||||
methods: {
|
||||
saveTemplate() {
|
||||
// 保存模板
|
||||
this.$Modal.confirm({
|
||||
title: "是否立即发布?",
|
||||
onOk: () => {
|
||||
this.submitTemplate("OPEN");
|
||||
},
|
||||
onCancel: () => {
|
||||
this.submitTemplate("CLOSE");
|
||||
},
|
||||
});
|
||||
this.submitTemplate(this.$route.query.pageShow ? 'OPEN' : 'CLOSE')
|
||||
},
|
||||
// 提交模板
|
||||
submitTemplate(pageShow) {
|
||||
|
||||
Reference in New Issue
Block a user