|
@@ -123,7 +123,7 @@
|
123
|
123
|
res.dept
|
124
|
124
|
}&accountObj=${encodeURIComponent(
|
125
|
125
|
JSON.stringify(accountObj)
|
126
|
|
- )}&deptId=${res.deptId}&specimenId=${res.specimenId}`,
|
|
126
|
+ )}&deptId=${res.deptId}&specimenId=${res.specimenId}&fromSpecimenBuild=1`,
|
127
|
127
|
});
|
128
|
128
|
} else {
|
129
|
129
|
uni.navigateTo({
|
|
@@ -231,7 +231,7 @@
|
231
|
231
|
this.currentCode
|
232
|
232
|
}&dept=${res.dept}&accountObj=${encodeURIComponent(
|
233
|
233
|
JSON.stringify(undefined)
|
234
|
|
- )}&deptId=${res.deptId}&specimenId=${speId}`,
|
|
234
|
+ )}&deptId=${res.deptId}&specimenId=${speId}&fromSpecimenBuild=1`,
|
235
|
235
|
});
|
236
|
236
|
} else {
|
237
|
237
|
uni.navigateTo({
|