11
This commit is contained in:
parent
993bf5c17b
commit
36eef8189d
|
|
@ -684,7 +684,7 @@ const handleSaveImage = async () => {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
uni.showLoading({
|
uni.showLoading({
|
||||||
title: "保存中...",
|
title: "提交数据中...",
|
||||||
});
|
});
|
||||||
|
|
||||||
// 先添加水印
|
// 先添加水印
|
||||||
|
|
@ -791,7 +791,9 @@ const handleSaveAndSubmit = async () => {
|
||||||
|
|
||||||
// 刷新所有图片的水印(确保最新信息)
|
// 刷新所有图片的水印(确保最新信息)
|
||||||
await refreshAllWatermarks();
|
await refreshAllWatermarks();
|
||||||
|
uni.showLoading({
|
||||||
|
title: "开始提交数据中...",
|
||||||
|
});
|
||||||
var saveData = {
|
var saveData = {
|
||||||
workContent: workContent.value,
|
workContent: workContent.value,
|
||||||
workers: workers.value.filter((worker) => worker.trim() !== ""),
|
workers: workers.value.filter((worker) => worker.trim() !== ""),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user