傅行帆 5 jaren geleden
bovenliggende
commit
7b75f3690f
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  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 Bestand weergeven

@@ -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 Bestand weergeven

@@ -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 () {