|
|
@ -5,7 +5,7 @@ |
|
|
|
:visible="visible" |
|
|
|
:visible="visible" |
|
|
|
:confirmLoading="confirmLoading" |
|
|
|
:confirmLoading="confirmLoading" |
|
|
|
switchFullscreen |
|
|
|
switchFullscreen |
|
|
|
@ok="handleOk2(record)" |
|
|
|
@ok="handleOk2" |
|
|
|
@cancel="handleCancel" |
|
|
|
@cancel="handleCancel" |
|
|
|
cancelText="关闭"> |
|
|
|
cancelText="关闭"> |
|
|
|
|
|
|
|
|
|
|
@ -83,7 +83,9 @@ export default { |
|
|
|
this.$refs.form.clearValidate(); |
|
|
|
this.$refs.form.clearValidate(); |
|
|
|
}, |
|
|
|
}, |
|
|
|
handleOk2(record) { |
|
|
|
handleOk2(record) { |
|
|
|
alert(record); |
|
|
|
// alert(record); |
|
|
|
|
|
|
|
// console.log('-----------------------------------------------------------------------') |
|
|
|
|
|
|
|
console.log(this.$refs["modalForm2"].selectedRowKeys) |
|
|
|
const that = this; |
|
|
|
const that = this; |
|
|
|
// 触发表单验证 |
|
|
|
// 触发表单验证 |
|
|
|
// this.$refs.form.validate(valid => { |
|
|
|
// this.$refs.form.validate(valid => { |
|
|
|