!409 fix(crontab): add inputChange for crontab
Merge pull request !409 from AhJindeg/hotfix-crontabpull/412/head^2
						commit
						6764f86980
					
				|  | @ -503,9 +503,13 @@ const submit = () => { | |||
|   emit('update:modelValue', defaultValue.value) | ||||
|   dialogVisible.value = false | ||||
| } | ||||
| 
 | ||||
| const inputChange = () => { | ||||
|   emit('update:modelValue', defaultValue.value) | ||||
| } | ||||
| </script> | ||||
| <template> | ||||
|   <el-input v-model="defaultValue" class="input-with-select" v-bind="$attrs"> | ||||
|   <el-input v-model="defaultValue" class="input-with-select" v-bind="$attrs" @input="inputChange"> | ||||
|     <template #append> | ||||
|       <el-select v-model="select" placeholder="生成器" style="width: 115px"> | ||||
|         <el-option label="每分钟" value="0 * * * * ?" /> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 芋道源码
						芋道源码