收入合同关联项目获取
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user