田源
2023-10-11 726f481373e40d9370b6535184dac31f6845e47e
首页操作成功提示
已修改2个文件
10 ■■■■ 文件已修改
Source/UBCS-WEB/src/views/integration/systemInfo.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/views/wel/index.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/views/integration/systemInfo.vue
@@ -386,7 +386,7 @@
            type: 'success',
            message: '删除成功!'
          });
          this.getDataList()
          await this.getDataList()
        }
      })
    },
Source/UBCS-WEB/src/views/wel/index.vue
@@ -243,10 +243,10 @@
                this.dialogFormVisible = true
              }, 1500)
            } else if (res.data.data == 0) {
              this.$message({
                type: 'success',
                message: "操作成功"
              })
              // this.$message({
              //   type: 'success',
              //   message: "操作成功"
              // })
            }
          }).catch(res => {
            console.log(res)