lxf 1 éve
szülő
commit
20dfe0c01b
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/views/production/warehouse/transfer/index.vue

+ 1 - 1
src/views/production/warehouse/transfer/index.vue

@@ -195,7 +195,7 @@ const clickDelete = (index) => {
 const submitForm = () => {
   submit.value.handleSubmit(() => {
     if (formData.data.inOutStorageBomList && formData.data.inOutStorageBomList.length > 0) {
-      proxy.post("/inOutStorage/add", formData.data).then(() => {
+      proxy.post("/inOutStorage/addAllot", formData.data).then(() => {
         ElMessage({
           message: "提交成功",
           type: "success",