|
|
|
@ -62,8 +62,7 @@ setProps({ formConfig: { |
|
|
|
marginLeft: '10px', |
|
|
|
} |
|
|
|
} }}) |
|
|
|
// 加载表格数据 |
|
|
|
reload() |
|
|
|
|
|
|
|
}) |
|
|
|
function handleUpdate(record: Recordable) { |
|
|
|
openUpdateModal(true, { record, isUpdate: true }) |
|
|
|
@ -104,7 +103,7 @@ onMounted(() => { |
|
|
|
// 更新当前行 |
|
|
|
updateTableDataRecord(row.mpId, Object.assign(row, { pointValue: pointValue, outpointValue: outpointValue})) |
|
|
|
} |
|
|
|
}, 1000) |
|
|
|
}, 3000) |
|
|
|
}) |
|
|
|
|
|
|
|
onUnmounted(() => { |
|
|
|
|