From 4c4bf4cc32a99435777f06bc281fe8e942f7c323 Mon Sep 17 00:00:00 2001 From: futian.liu <liufutianyoo@163.com> Date: 星期四, 14 十二月 2023 12:03:24 +0800 Subject: [PATCH] 修改规约 --- admin-web/src/views/systemManger/server/user/index.vue | 19 +++++++++++++------ 1 files changed, 13 insertions(+), 6 deletions(-) diff --git a/admin-web/src/views/systemManger/server/user/index.vue b/admin-web/src/views/systemManger/server/user/index.vue index 44b94d6..0a651d3 100644 --- a/admin-web/src/views/systemManger/server/user/index.vue +++ b/admin-web/src/views/systemManger/server/user/index.vue @@ -44,7 +44,6 @@ import edit from './edit'; import editRole from './editRole'; import * as finsystenant from '@/api/baseSetting/finsystenant'; -import * as DateFormatter from '@/utils/DateFormatter'; import * as user from '@/api/user'; export default { @@ -110,8 +109,8 @@ { title: '缂栧彿', field: 'userCode', align: 'left' }, { title: '鐢ㄦ埛濮撳悕', field: 'userName', align: 'left' }, { title: '鐧诲綍鍚�', field: 'userPhone', align: 'center' }, - { title: '鎵�灞炴満鏋�', field: 'userPhone', align: 'center', width: 150 }, - { title: '閮ㄩ棬', field: 'userPhone', align: 'center' }, + { title: '鎵�灞炴満鏋�', field: 'tenantName', align: 'center', width: 150 }, + { title: '閮ㄩ棬', field: 'sysDeptName', align: 'center' }, { field: 'status', title: '鐘舵��', @@ -237,13 +236,21 @@ this.$modal .confirm('鏄惁纭鍒濆鍖栧悕绉颁负"' + row.userName + '"鐨勫瘑鐮侊紵') .then(function () { - user.updPassWord(row).then((res) => {}); + user.updPassWord(row).then((res) => { + }); }) .then((res) => { - this.$message.success('鍒濆鍖栧瘑鐮佹垚鍔燂紒'); + this.$modal + .confirm('鍒濆鍖栧瘑鐮佹垚鍔燂紝鏂板瘑鐮佷负锛�123456') + .then((res) => { + + }) + .catch(() => { + }); this.search(); }) - .catch(() => {}); + .catch(() => { + }); }, // 鏌ヨtable鍒楄〃 search(pageNum) { -- Gitblit v1.9.1