|
@@ -531,8 +531,8 @@ const deviceChoose = async (rows: DeviceList[]) => {
|
|
|
kiloCycleLead: null,
|
|
kiloCycleLead: null,
|
|
|
timePeriodLead: null,
|
|
timePeriodLead: null,
|
|
|
naturalDatePeriodLead: null,
|
|
naturalDatePeriodLead: null,
|
|
|
- code: item.code ?? null,
|
|
|
|
|
- type: item.type ?? null
|
|
|
|
|
|
|
+ code: null,
|
|
|
|
|
+ type: null
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
attrs.value.set(getRowKey(row), {
|
|
attrs.value.set(getRowKey(row), {
|
|
@@ -574,7 +574,6 @@ const editPlan = (row: List) => {
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
|
|
<template>
|
|
<template>
|
|
|
- 123
|
|
|
|
|
<div
|
|
<div
|
|
|
v-loading="panelLoading"
|
|
v-loading="panelLoading"
|
|
|
class="flex flex-col gap-4 h-[calc(100vh-20px-var(--top-tool-height)-var(--tags-view-height)-var(--app-footer-height))]">
|
|
class="flex flex-col gap-4 h-[calc(100vh-20px-var(--top-tool-height)-var(--tags-view-height)-var(--app-footer-height))]">
|