| | |
| | | if ($grid) { |
| | | switch (code) { |
| | | case 'add': { |
| | | submit.value.glassLevel = [null,null] |
| | | submit.value.processType = null |
| | | submit.value.processName = null |
| | | submit.value.inputType = null |
| | | submit.value.id = null |
| | | rowIndex.value = null |
| | | dialogTableVisible.value = true |
| | | break |
| | | } |
| | |
| | | process_attribute_config as a |
| | | set a.process_type = #{processAttributeConfig.processType}, |
| | | a.process_name = #{processAttributeConfig.processName}, |
| | | a.input_type = #{processAttributeConfig.inputType}, |
| | | a.input_type = #{processAttributeConfig.inputType} |
| | | where a.id = #{processAttributeConfig.id} |
| | | </update> |
| | | |