123
This commit is contained in:
@@ -76,12 +76,12 @@
|
||||
</el-col>
|
||||
<el-col :span="20">
|
||||
<el-form-item>
|
||||
<el-input v-model="formData.projectName" :placeholder="t('committeeReview.form.selectPlaceholder')" readonly>
|
||||
<template #append>
|
||||
<el-icon class="cursor-pointer interactive-icon" @click="handleSelect">
|
||||
<FolderOpened />
|
||||
</el-icon>
|
||||
</template>
|
||||
<el-input v-model="formData.projectName" :placeholder="t('committeeReview.form.inputPlaceholder')">
|
||||
<!-- <template #append>-->
|
||||
<!-- <el-icon class="cursor-pointer interactive-icon" @click="handleSelect">-->
|
||||
<!-- <FolderOpened />-->
|
||||
<!-- </el-icon>-->
|
||||
<!-- </template>-->
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
@@ -177,10 +177,10 @@
|
||||
@select="handleProjectSelect"
|
||||
/>
|
||||
|
||||
<LibrarySelect
|
||||
v-model="librarySelectVisible"
|
||||
@select="handleLibrarySelect"
|
||||
/>
|
||||
<!-- <LibrarySelect-->
|
||||
<!-- v-model="librarySelectVisible"-->
|
||||
<!-- @select="handleLibrarySelect"-->
|
||||
<!-- />-->
|
||||
<templet-table-comom/>
|
||||
</div>
|
||||
</template>
|
||||
@@ -356,6 +356,8 @@ watch(()=>tmpId.value,async ()=>{
|
||||
const saveTemplateLoading = ref<boolean>(false);
|
||||
// 处理保存模板事件
|
||||
const handleSaveTemplate = async () => {
|
||||
const valid = await headerFormRef.value?.validate();
|
||||
if (!valid) return;
|
||||
if (saveTemplateLoading.value) return;
|
||||
try {
|
||||
const isUpdate = props.isUpdate;
|
||||
|
||||
Reference in New Issue
Block a user