lxf há 1 ano atrás
pai
commit
20dfe0c01b
1 ficheiros alterados com 1 adições e 1 exclusões
  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",