修改抄表路线问题

This commit is contained in:
2025-09-19 16:27:29 +08:00
parent d77af4b78f
commit 9b00bb3561
12 changed files with 79 additions and 53 deletions

View File

@@ -3,6 +3,7 @@ import { getMeterReadingRouteMeterDetail, getReadingList, deleteReading } from "
import request from "../../utils/request"
import { alertInfo, alertSuccess, alertError, loadingFunc } from "../../utils/index"
const { OK } = request;
import dayjs from "../../utils/dayjs"
Page({
/**
@@ -85,7 +86,8 @@ Page({
this.setData({
title: "新增记录",
visible: true,
type: "create"
type: "create",
time: dayjs().format("YYYY-MM-DD HH:mm:ss")
})
},
handleUpdate(e) {