删除引入projects1
This commit is contained in:
@@ -150,7 +150,6 @@
|
||||
<script lang='ts' setup>
|
||||
import Dialog from '@/components/common/dialog/index.vue';
|
||||
import { computed, nextTick, onMounted, ref, watch } from 'vue';
|
||||
import { getLoadcaseLibColumn, getProjectColumn } from '@/components/loadCaseTable/utils/project';
|
||||
import { canAddChild, transformPoolNodesToTree } from '@/utils/node';
|
||||
import { ElMessage, ElMessageBox } from 'element-plus';
|
||||
import { cloneDeep } from 'lodash-es';
|
||||
@@ -651,10 +650,8 @@ const prePageFun = () => {
|
||||
};
|
||||
|
||||
const leftTableRef = ref();
|
||||
const leftTableColumns = ref<any>([]);
|
||||
const leftTableDataList = ref<any[]>([]);
|
||||
|
||||
const rightTableColumns = ref<any>([]);
|
||||
const rightTableRef = ref();
|
||||
|
||||
const leftTableLoading = ref(true);
|
||||
@@ -817,8 +814,6 @@ watch(() => props.showTaskDialog,
|
||||
);
|
||||
|
||||
onMounted(async() => {
|
||||
leftTableColumns.value = await getLoadcaseLibColumn(['operation']);
|
||||
rightTableColumns.value = await getProjectColumn(['exeStatus', 'achieveStatus', 'value']);
|
||||
queryPoolListFun();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user