傅行帆 5 年之前
父節點
當前提交
7b75f3690f
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      src/pages/staff/components/BuildingSelection.jsx
  2. 1
    1
      src/pages/staff/list/editStaff.jsx

+ 1
- 1
src/pages/staff/components/BuildingSelection.jsx 查看文件

@@ -17,7 +17,7 @@ const BuildingSelection = (props) => {
17 17
       request({ ...apis.staff.check, params: { userId: userData.userId, personId: userData.consultantPersonId, buildingId: userData.buildingId } }).then(res => {
18 18
         if(res.length > 0){
19 19
           Modal.confirm({
20
-            title: '此项目下有私客,是否转移私客?',
20
+            title: '此置业顾问下有私客,是否转移私客?',
21 21
             okText: '确认',
22 22
             cancelText: '取消',
23 23
             onOk () {

+ 1
- 1
src/pages/staff/list/editStaff.jsx 查看文件

@@ -131,7 +131,7 @@ const Edit = (props) => {
131 131
       request({ ...apis.staff.check, params: { userId: userData.userId, personId: userData.consultantPersonId, buildingId: userData.buildingId } }).then(res => {
132 132
         if(res.length > 0){
133 133
           Modal.confirm({
134
-            title: '此项目下有私客,是否转移私客?',
134
+            title: '此置业顾问下有私客,是否转移私客?',
135 135
             okText: '确认',
136 136
             cancelText: '取消',
137 137
             onOk () {