去除保存配置时弹出的“提交中”

This commit is contained in:
sunxiyuan 2020-04-27 13:30:33 +08:00
parent 14a2c2e2e0
commit 9695a8e5ca

View file

@ -152,13 +152,6 @@
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
const loading = this.$loading({
lock: true,
text: '提交中',
spinner: 'el-icon-loading',
background: 'rgba(0, 0, 0, 0.7)'
});
let data = new FormData();
data.append('_ajax_nonce', this.token.set_config);
data.append('action', 'wpcy_set_config');