update 起草组在研项目、其他分发资料
This commit is contained in:
@@ -116,9 +116,9 @@ export default {
|
||||
}
|
||||
],
|
||||
url: {
|
||||
list: '/payResearchProject/payResearchProject/list',
|
||||
delete: '/payResearchProject/payResearchProject/delete',
|
||||
deleteBatch: '/payResearchProject/payResearchProject/deleteBatch'
|
||||
list: '/drafting/payDraftingGroupResearchProject/list',
|
||||
delete: '/drafting/payDraftingGroupResearchProject/delete',
|
||||
deleteBatch: '/drafting/payDraftingGroupResearchProject/deleteBatch'
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -133,7 +133,7 @@ export default {
|
||||
this.ipagination.current = 1
|
||||
}
|
||||
let params = this.getQueryParams()//查询条件
|
||||
params.workingGroupId = this.$route.query.id
|
||||
params.draftingGroupId = this.$route.query.id
|
||||
this.loading = true
|
||||
getAction(this.url.list, params).then((res) => {
|
||||
if (res.success) {
|
||||
@@ -157,13 +157,13 @@ export default {
|
||||
})
|
||||
},
|
||||
handleEdit: function (record) {
|
||||
this.$refs.modalForm.workingGroupId = this.$route.query.id
|
||||
this.$refs.modalForm.draftingGroupId = this.$route.query.id
|
||||
this.$refs.modalForm.edit(record)
|
||||
this.$refs.modalForm.title = '编辑'
|
||||
this.$refs.modalForm.disableSubmit = false
|
||||
},
|
||||
handleAdd: function () {
|
||||
this.$refs.modalForm.workingGroupId = this.$route.query.id
|
||||
this.$refs.modalForm.draftingGroupId = this.$route.query.id
|
||||
this.$refs.modalForm.add()
|
||||
this.$refs.modalForm.title = '新增'
|
||||
this.$refs.modalForm.disableSubmit = false
|
||||
|
||||
Reference in New Issue
Block a user