5.1日 暂定 水电表管理

This commit is contained in:
Zy
2026-05-01 18:36:37 +08:00
parent 7b89144dd4
commit a8bb4e66ad
103 changed files with 1071 additions and 533 deletions

View File

@@ -173,7 +173,6 @@ async function handleEdit(id: string | number) {
// 保存草稿
async function handleSave(data: QuestionnaireForm) {
try {
console.log(data);
// 父组件自己调用接口提交
if (userid.value) {
await updateQuestionnaire({
@@ -205,7 +204,6 @@ async function handleSave(data: QuestionnaireForm) {
// 发布问卷
async function handlePublish(data: QuestionnaireForm) {
try {
console.log(data);
if (userid.value) {
await updateQuestionnaire({
...data,