|
@@ -3,6 +3,7 @@
|
|
|
<ele-modal
|
|
<ele-modal
|
|
|
width="80%"
|
|
width="80%"
|
|
|
:visible="visible"
|
|
:visible="visible"
|
|
|
|
|
+ v-if="visible"
|
|
|
:append-to-body="true"
|
|
:append-to-body="true"
|
|
|
:close-on-click-modal="false"
|
|
:close-on-click-modal="false"
|
|
|
custom-class="ele-dialog-form"
|
|
custom-class="ele-dialog-form"
|
|
@@ -153,7 +154,7 @@
|
|
|
produceVersionId: '',
|
|
produceVersionId: '',
|
|
|
version: '1.0',
|
|
version: '1.0',
|
|
|
id: '',
|
|
id: '',
|
|
|
- processInstanceId:''
|
|
|
|
|
|
|
+ processInstanceId: ''
|
|
|
};
|
|
};
|
|
|
return {
|
|
return {
|
|
|
activeComp: 'main',
|
|
activeComp: 'main',
|
|
@@ -291,7 +292,7 @@
|
|
|
this.$util.assignObject(this.form, {
|
|
this.$util.assignObject(this.form, {
|
|
|
...res
|
|
...res
|
|
|
});
|
|
});
|
|
|
- console.log(this.form,'')
|
|
|
|
|
|
|
+ console.log(this.form, '');
|
|
|
|
|
|
|
|
this.isUpdate = true;
|
|
this.isUpdate = true;
|
|
|
}
|
|
}
|