fix:代码找回

This commit is contained in:
2023-07-18 16:58:30 +08:00
parent dda223d20a
commit 80a50ee4bd
22 changed files with 1236 additions and 140 deletions

View File

@@ -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)