Yi пре 2 година
родитељ
комит
285847cc15
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/background/indicators/components/table-action-modal.vue

+ 1 - 1
src/views/background/indicators/components/table-action-modal.vue

@@ -40,7 +40,7 @@ export interface Props {
    */
   type?: 'add' | 'edit';
   /** 编辑的表格行数据 */
-  editData?: BackgroundField.Field | null;
+  editData?: BackgroundIndicators.Indicators | null;
 }
 
 export type ModalType = NonNullable<Props['type']>;