ソースを参照

增加配置文件设置成功提示

pixel 5 年 前
コミット
e921a78de0
1 ファイル変更4 行追加0 行削除
  1. 4 0
      QMPlusVuePage/src/view/superAdmin/system/system.vue

+ 4 - 0
QMPlusVuePage/src/view/superAdmin/system/system.vue

@@ -87,6 +87,10 @@ export default {
     async update() {
       const res = await setSystemConfig({ config: this.config })
       if (res.success) {
+        this.$message({
+          type:"success",
+          message:"配置文件设置成功"
+        })
           await this.initForm()
       }
     }