Commit dd78adb1 authored by 高滢's avatar 高滢

Merge remote-tracking branch 'origin/master'

parents 4c3e8366 264e3d4d
......@@ -34,7 +34,7 @@ export default {
methods: {
clickEvent() {
if (this.isShowConfirm) {
this.$confirm(this.buttonClass === 'queryBtn' ? '系统即将发布编辑内容,是否确定' : '是否立即返回,返回后系统不再保存已填写内容', '提示', {
this.$confirm(this.buttonClass === 'queryBtn' ? '系统即将发布编辑内容,是否确定' : '是否确认立即返回,返回后系统不再保存已填写内容', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
customClass: 'box-logout-back',
......
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