|
|
@@ -730,7 +730,7 @@ this.postOptions.push(...response.data);
|
|
|
parameterGetByCode({
|
|
|
code: 'wt_collaborative_bpm'
|
|
|
}).then((res) => {
|
|
|
- if (res.value != '0') {
|
|
|
+ if (!res.value||res.value=='1') {
|
|
|
this.form.FQLC = info?.id;
|
|
|
this.form.name = this.title;
|
|
|
this.form.key = info?.key;
|