[update] 修改企标立项流程
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user