2 Commits

Author SHA1 Message Date
魏保林
390514403a Merge branch 'hotfix' of http://carsafe.uicp.cn/Front_Team/SPDM into hotfix 2026-03-30 16:36:44 +08:00
魏保林
88868018ce 删掉错误 2026-03-30 16:36:40 +08:00
3 changed files with 2 additions and 3 deletions

View File

@@ -42,7 +42,7 @@
</template>
<script lang="ts" setup>
import { computed, ref, watch } from 'vue';
import { ref, watch } from 'vue';
import TableForm from '@/components/common/table/tableForm.vue';
import { getDemandDetailApi, queryDemandFilesApi } from '@/api/project/demand';
import { getMemberListIds } from '@/utils/task';

View File

@@ -245,7 +245,7 @@ const closeFun = () => {
const oldFormData = ref<any>({});
const editRowInfo = ref({});
const editRowInfo = ref<any>({});
const oldSimulationPoolInfoList = ref<any[]>([]);
const oldComment = ref('');

View File

@@ -1,5 +1,4 @@
import { queryTaskListApi, updateTaskStatusApi } from '@/api/project/task';
import { getTagKeyMap } from '@/utils/enum/node';
import emitter from '@/utils/eventBus';
import {
DEMAND_STATUS,