update 起草组在研项目、其他分发资料

This commit is contained in:
danshihao
2024-01-09 10:20:06 +08:00
parent 923b19eaea
commit f41043a6bd
7 changed files with 21 additions and 896 deletions
@@ -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