feat: 工况库
This commit is contained in:
@@ -52,7 +52,7 @@ interface Props {
|
||||
modelValue: boolean;
|
||||
tableName?: string;
|
||||
detail?: any;
|
||||
operationType: OPERATION_TYPE
|
||||
operationType: OPERATION_TYPE | string;
|
||||
nodeType?: string;
|
||||
modalTableNameList?: string[];
|
||||
}
|
||||
@@ -75,7 +75,7 @@ const tableFormRef = ref<any>();
|
||||
|
||||
const localDiaTitle = ref('');
|
||||
const localDetail = ref<any>(null);
|
||||
const localOperationType = ref<OPERATION_TYPE>(OPERATION_TYPE.ADD);
|
||||
const localOperationType = ref<OPERATION_TYPE|string>(OPERATION_TYPE.ADD);
|
||||
const localTableName = ref(props.tableName || '');
|
||||
|
||||
const onShowFun = () => {
|
||||
|
||||
Reference in New Issue
Block a user