|
@@ -206,6 +206,7 @@
|
206
|
206
|
workSchemeType: 2, //方案类型
|
207
|
207
|
ruleType: 3, //方案规则,科室绑定人员
|
208
|
208
|
id: this.objHistory.workAllocationQuick.id, //组合id
|
|
209
|
+ classesId: this.objHistory.classId,
|
209
|
210
|
});
|
210
|
211
|
this.GoWork();
|
211
|
212
|
},
|
|
@@ -269,6 +270,7 @@
|
269
|
270
|
workSchemeType: this.workSchemeType,
|
270
|
271
|
ruleType: obj.ruleType,
|
271
|
272
|
id: obj.id,
|
|
273
|
+ classesId: obj.classes.id,
|
272
|
274
|
});
|
273
|
275
|
uni.navigateTo({
|
274
|
276
|
url: `../setDept/setDept?configName=${obj.configName}&id=${obj.id}`,
|
|
@@ -322,6 +324,7 @@
|
322
|
324
|
post("/auth/onOrOffLine", {
|
323
|
325
|
type: "off",
|
324
|
326
|
customWorking: "off",
|
|
327
|
+ classId: uni.getStorageSync("setDeptConfg").classesId
|
325
|
328
|
}).then((res) => {
|
326
|
329
|
if (res.status == 200) {
|
327
|
330
|
if (uni.getStorageSync("setDeptConfg")) {
|
|
@@ -348,6 +351,7 @@
|
348
|
351
|
} else {
|
349
|
352
|
post("/auth/onOrOffLine", {
|
350
|
353
|
type: "off",
|
|
354
|
+ classId: uni.getStorageSync("setDeptConfg").classesId
|
351
|
355
|
}).then((res) => {
|
352
|
356
|
if (res.status == 200) {
|
353
|
357
|
if (uni.getStorageSync("setDeptConfg")) {
|
|
@@ -389,6 +393,7 @@
|
389
|
393
|
quickId: obj.id,
|
390
|
394
|
deptIds: depts,
|
391
|
395
|
userId: userId,
|
|
396
|
+ classId: uni.getStorageSync("setDeptConfg").classesId
|
392
|
397
|
}).then((result) => {
|
393
|
398
|
uni.hideLoading();
|
394
|
399
|
if (result.status == 200) {
|
|
@@ -422,6 +427,7 @@
|
422
|
427
|
} else {
|
423
|
428
|
post("/auth/onOrOffLine", {
|
424
|
429
|
type: "on",
|
|
430
|
+ classId: uni.getStorageSync("setDeptConfg").classesId
|
425
|
431
|
}).then((res) => {
|
426
|
432
|
uni.hideLoading();
|
427
|
433
|
if (res.status == 200) {
|