[update] 修改企标立项流程

This commit is contained in:
lideqin
2023-11-24 18:08:11 +08:00
parent 407be20fdd
commit 1dea3b2eb6
5 changed files with 32 additions and 11 deletions
@@ -199,11 +199,13 @@ export default {
handleAdd () {
this.modalType = 'add'
this.$refs.changeBaseInfoDrawer.add()
this.$refs.changeBaseInfoDrawer.title = this.$t('newlyAdded')
},
// 编辑
handleEdit (record, index) {
this.modalType = 'edit' + index
this.$refs.changeBaseInfoDrawer.edit(record)
this.$refs.changeBaseInfoDrawer.title = this.$t('edit')
},
// 删除
handleDelete (id, index) {