Browse Source

Bug修改

master
zhaoxuebing 9 months ago
parent
commit
a0221bd243
  1. 4
      src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue

4
src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue

@ -466,6 +466,10 @@ const tableData = ref([])
//
const handleAddTable = () => {
if(formRef.value.formRef.formModel.workshopCode === ''){
message.warning("请选择车间代码");
return;
}
tableData.value.push(JSON.parse(JSON.stringify(tableFormKeys)))
}
//

Loading…
Cancel
Save