Browse Source

Merge branch 'pre-production'

fix_bug_pro20231227
pref_mail@163.com 10 months ago
parent
commit
b30ed552b5
  1. 8
      src/views/distribution/checkInventoryTask/createTask.vue

8
src/views/distribution/checkInventoryTask/createTask.vue

@ -2495,10 +2495,10 @@ const InventorySubmit = () => {
SubData.startTime = formInventory.value.time[0];
console.log(SubData, '处理好要提交的数据');
InventoryPopup.value = false; //
// postAddtaskQuest(SubData).then(res => {
// console.log(res, '');
// onLoad(); //
// });
postAddtaskQuest(SubData).then(res => {
console.log(res, '盘点计划提交成功');
onLoad(); //
});
};
//
const discard = () => {

Loading…
Cancel
Save