|
|
@@ -196,6 +196,7 @@ export default {
|
|
|
handler (val) {
|
|
|
if (val) {
|
|
|
this.formData = val
|
|
|
+ this.formData.initAddDataCont = val.initAddDataCont ? JSON.stringify(val.initAddDataCont).replace(/\"/g, '') : ''
|
|
|
const spicialType = ['custom', 'sefStartFlow', 'openTask']
|
|
|
if (spicialType.includes(this.formData.button_type)) {
|
|
|
this.rules['code'] = [
|