|
@@ -252,7 +252,7 @@ export default {
|
|
|
})
|
|
|
return { label: item.label, id: item.id, opera: opera }
|
|
|
})
|
|
|
- console.log(`%c 这里打印出表单设计中的值=== ${operateTable}`, 'background: orange; color: #fff')
|
|
|
+ this.$log('这里打印出表单设计中的值===', JSON.stringify(operateTable))
|
|
|
this.form.extendConfig = { formConfig: operateTable }
|
|
|
this.drawer = true
|
|
|
},
|