add 码垛线

This commit is contained in:
lb
2023-03-23 14:52:33 +08:00
parent 85b9736f09
commit b05d7bc52b
6 changed files with 177 additions and 17 deletions

View File

@@ -6,6 +6,7 @@
:list-query-extra="[
/** { pos: [] } **/
]"
:trigger-update="triggerUpdateKey"
/>
</template>
@@ -28,11 +29,15 @@ export default {
headFormConfigs,
allUrls: urls,
dialogConfigs,
triggerUpdateKey: "",
};
},
created() {},
mounted() {},
methods: {},
activated() {
this.triggerUpdateKey = Math.random().toString();
},
};
</script>