| | |
| | | <div style="width: 100%;text-align: right"> |
| | | <a-button @click="visible = false">取消</a-button> |
| | | <a-button style="margin-left: 10px" type="primary" html-type="submit">确定</a-button> |
| | | <editAgent ref="editAgentKuai" typeAngint="add" :formData="form"></editAgent> |
| | | <editAgent ref="editAgentKuai" typeAngint="add" :formData="form" @cancelModal="handleCancel"></editAgent> |
| | | </div> |
| | | </a-form-item> |
| | | </a-form> |
| | |
| | | |
| | | const handleCancel = () => { |
| | | visible.value = false; |
| | | formRef.value.resetFields(); |
| | | form.name = '' |
| | | } |
| | | |
| | | const handleOpened =(el) => { |