changes
This commit is contained in:
@@ -103,7 +103,6 @@
|
||||
:row="v"
|
||||
v-if="field.template"
|
||||
@clickevent="clickEvent($event, v, field)"
|
||||
@dynamicCompEvent="onDynamicCompEvent"
|
||||
/>
|
||||
<span v-else>{{ v[field.name] }}</span>
|
||||
</td>
|
||||
@@ -671,13 +670,6 @@ const doubleClick = function (field, v) {
|
||||
};
|
||||
const tableStyle = getSettingStyle("table");
|
||||
setTimeout(() => updateShow(), 200);
|
||||
|
||||
async function onDynamicCompEvent(e) {
|
||||
console.log("DataTable received dynamicCompEvent", e);
|
||||
if (e.type === "refresh") {
|
||||
updateShow(); // doesn't get new data
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style scoped>
|
||||
:deep(.table tbody tr:hover td, .table tbody tr:hover th) {
|
||||
|
||||
Reference in New Issue
Block a user