fix:代码找回
This commit is contained in:
@@ -354,8 +354,7 @@ export default {
|
||||
del: false,
|
||||
download: false,
|
||||
reset: true
|
||||
},
|
||||
query: { tech_type: '02' }
|
||||
}
|
||||
})
|
||||
},
|
||||
data() {
|
||||
@@ -392,6 +391,7 @@ export default {
|
||||
this.form.tableData.splice(index, 1, row) // 通过splice 替换数据 触发视图更新
|
||||
},
|
||||
confirm(row) {
|
||||
row.tech_type = this.query.tech_type
|
||||
this.confirm_flg = true
|
||||
crudWastecchange.confirm(row).then(res => {
|
||||
this.crud.notify('操作成功', CRUD.NOTIFICATION_TYPE.SUCCESS)
|
||||
|
||||
Reference in New Issue
Block a user