소스 검색

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

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()
       }
     }