收入合同关联项目获取

This commit is contained in:
zhaoxiao
2021-09-18 15:37:48 +08:00
parent d160300db1
commit c595993da5
4 changed files with 22 additions and 5 deletions
@@ -284,6 +284,7 @@ export default {
this.queryParam = {}
this.selectedRowKeys = []
this.visible = false
this.$emit('ok')
},
handleOk() {
if (this.selectedRowKeys.length <= 0) {
@@ -304,7 +305,6 @@ export default {
if (res.success) {
this.$message.success(res.message)
this.close()
this.$emit('ok')
} else {
this.$message.warn(res.message)
}
@@ -312,7 +312,6 @@ export default {
},
handleCancel() {
this.close()
this.$emit('ok')
},
/**
* 打开新增module