|
@@ -186,7 +186,7 @@ const getLogList = async () => {
|
|
//判断今天是否填写日志
|
|
//判断今天是否填写日志
|
|
let todayLog = getArrValue(res['今天'])
|
|
let todayLog = getArrValue(res['今天'])
|
|
if (todayLog.length > 0) {
|
|
if (todayLog.length > 0) {
|
|
- if (todayLog[0]?.isRead === 0) {
|
|
|
|
|
|
+ if (todayLog[0]?.isEdit === 1) {
|
|
todayId.value = todayLog[0].id
|
|
todayId.value = todayLog[0].id
|
|
} else {
|
|
} else {
|
|
todayId.value = ''
|
|
todayId.value = ''
|