Commit 09c12b53 authored by liuyangyang's avatar liuyangyang

bug修复

parent 7dcb951a
......@@ -365,7 +365,7 @@ onMounted(async () => {
if (route.query) {
const { deviceName, suspendStartTime, suspendEndTime } = route.query;
if (deviceName) {
formInline.value.dusterName = deviceName;
formInline.value.name = deviceName;
}
if (suspendStartTime) {
formInline.value.date[0] = suspendStartTime;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment