浏览代码

no message

WIN-B904R0U0NNS\Administrator 2 年之前
父节点
当前提交
264dacf50f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/settings/components/roomModules/roomUtilitySettingList.vue

+ 1 - 1
src/views/settings/components/roomModules/roomUtilitySettingList.vue

@@ -352,7 +352,7 @@
         that.confirmLoading = true;
         httpAction(this.url.addOrEditInfo, _model, 'POST').then((res) => {
           if (res.success) {
-            that.$message.success(res.message);
+            that.$message.success("操作成功");
             that.$emit('ok');
             // that.loadData();
             that.id = res.result.id