|
@ -140,11 +140,13 @@ export default { |
|
|
const { data, code, msg } = await requestPost(url, params); |
|
|
const { data, code, msg } = await requestPost(url, params); |
|
|
this.tableLoading = false |
|
|
this.tableLoading = false |
|
|
if (code === 0) { |
|
|
if (code === 0) { |
|
|
|
|
|
this.$refs.ref_table.clearSelection(); |
|
|
this.$emit('dialogOk') |
|
|
this.$emit('dialogOk') |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
// 取消 |
|
|
// 取消 |
|
|
handleCancle () { |
|
|
handleCancle () { |
|
|
|
|
|
this.$refs.ref_table.clearSelection(); |
|
|
this.$emit('dialogCancle') |
|
|
this.$emit('dialogCancle') |
|
|
}, |
|
|
}, |
|
|
// 查询列表 |
|
|
// 查询列表 |
|
|