Explorar el Código

test: log 调整

lanceJiang hace 1 año
padre
commit
8f4b0f3450
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/scWorkflow/nodes/approver.vue

+ 1 - 1
src/components/scWorkflow/nodes/approver.vue

@@ -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
 		},