Browse Source

器具管理

master_hella_20240701
chenfang 6 months ago
parent
commit
2150bcf379
  1. 3
      src/views/wms/inventoryjobManage/containermanage/containerMainRequest/index.vue

3
src/views/wms/inventoryjobManage/containermanage/containerMainRequest/index.vue

@ -340,6 +340,9 @@ const handleDeleteTable = (item, index) => {
tableData.value.splice(index, 1)
}
//true0
const flag = ref()
// form
const submitForm = async (formType,data) => {
data.subList = tableData.value //

Loading…
Cancel
Save