支付信息提示

This commit is contained in:
2026-05-14 11:29:17 +08:00
parent 6050dd365d
commit 74a6c4b74b

View File

@@ -2462,6 +2462,7 @@ export default {
background: 'rgba(0, 0, 0, 0.7)' background: 'rgba(0, 0, 0, 0.7)'
}); });
this.$api.post('api/Article/changeRepetition', this.repeform).then((res) => { this.$api.post('api/Article/changeRepetition', this.repeform).then((res) => {
this.repebox = false;
load.close(); load.close();
this.$message.success('success'); this.$message.success('success');
this.initarticle(); this.initarticle();