update 流程完善

This commit is contained in:
danshihao
2023-12-12 09:17:41 +08:00
parent 3a588fdd73
commit a5c3c49ef5
6 changed files with 22 additions and 2 deletions
@@ -240,7 +240,7 @@ export default {
changeRowData (record, field) {
editInspectExtensionTable({
id: record.id,
[field]: record[field]
[field]: record[field] || ''
}).then(res => {
if (res.success) {
this.$message.success(res.message)