Pārlūkot izejas kodu

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

pixel 5 gadi atpakaļ
vecāks
revīzija
e921a78de0
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  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()
       }
     }