|
@@ -8,6 +8,7 @@
|
|
|
v-if="
|
|
v-if="
|
|
|
nodeId === 'Activity_0xkc1ji' ||
|
|
nodeId === 'Activity_0xkc1ji' ||
|
|
|
nodeId === 'Activity_1jrjycx' ||
|
|
nodeId === 'Activity_1jrjycx' ||
|
|
|
|
|
+ nodeId === 'Activity_1rssrnh' ||
|
|
|
readonly
|
|
readonly
|
|
|
"
|
|
"
|
|
|
/>
|
|
/>
|
|
@@ -319,7 +320,8 @@ export default {
|
|
|
this.disabled =
|
|
this.disabled =
|
|
|
this.readonly ||
|
|
this.readonly ||
|
|
|
this.nodeId === 'Activity_0xkc1ji' ||
|
|
this.nodeId === 'Activity_0xkc1ji' ||
|
|
|
- this.nodeId === 'Activity_1jrjycx'
|
|
|
|
|
|
|
+ this.nodeId === 'Activity_1jrjycx' ||
|
|
|
|
|
+ this.nodeId === 'Activity_1rssrnh'
|
|
|
this.showAndHide(this.formData.fangAn)
|
|
this.showAndHide(this.formData.fangAn)
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|