rev 驱动更新

This commit is contained in:
周俊杰
2023-08-09 14:00:12 +08:00
parent 87b87a84e8
commit 1995b1f852

View File

@@ -507,6 +507,13 @@ export default {
})
},
methods: {
insertdtl() {
this.modeform.tableData.push({mode: '', request: '' })
},
deleteRow(index, rows) {
debugger
rows.splice(index, 1)
},
finishReadEdit(data) {
// 编辑的是code列,并且值包含mode
if (data.code.indexOf('mode') !== -1) {