修复白屏问题

This commit is contained in:
lj124 2026-04-03 21:07:56 +08:00
parent 5842e3bd40
commit 06ce7be084
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
</el-dialog> </el-dialog>
</div> </div>
</template> </template>
<script lang="ts" setup name="manage-model-policy"> <script setup lang="ts" name="manage-model-policy">
//query //query
import { onMounted,ref, reactive } from 'vue'; import { onMounted,ref, reactive } from 'vue';
import { CirclePlusFilled,Search } from '@element-plus/icons-vue'; import { CirclePlusFilled,Search } from '@element-plus/icons-vue';

View File

@ -43,7 +43,7 @@
</el-dialog> </el-dialog>
</div> </div>
</template> </template>
<script lang="ts" setup name="manage-permiss-policy"> <script setup lang="ts" name="manage-permiss-policy">
//query //query
import { onMounted,ref, reactive } from 'vue'; import { onMounted,ref, reactive } from 'vue';
import { CirclePlusFilled,Search } from '@element-plus/icons-vue'; import { CirclePlusFilled,Search } from '@element-plus/icons-vue';