|
@@ -1524,8 +1524,13 @@ const loadCooperationData = {
|
|
|
|
|
|
},
|
|
|
_completeSign(auditor) {
|
|
|
- if (!auditor || !auditor.end_time) return '';
|
|
|
- return auditor.sign_path ? 'public/upload/sign/' + auditor.sign_path : '';
|
|
|
+ if (!auditor) return '';
|
|
|
+ if (auditor.ass_user_id) {
|
|
|
+ return auditor.sign_path ? 'public/upload/sign/' + auditor.sign_path : '';
|
|
|
+ } else {
|
|
|
+ if (!auditor.end_time) return '';
|
|
|
+ return auditor.sign_path ? 'public/upload/sign/' + auditor.sign_path : '';
|
|
|
+ }
|
|
|
},
|
|
|
_loadImCooperationData(ctx, data, options, csRela) {
|
|
|
let coSignOrder = [];
|