优化 Vue3 模版,修改 title、visible 变量

This commit is contained in:
YunaiV
2023-04-03 00:35:29 +08:00
parent 28da6b0c24
commit 70a10b26d2
2 changed files with 9 additions and 8 deletions

View File

@ -97,6 +97,7 @@
#else
<el-button
type="primary"
plain
@click="openForm('create')"
v-hasPermi="['${permissionPrefix}:create']"
>
@ -214,7 +215,7 @@ const queryParams = reactive({
const queryFormRef = ref() // 搜索的表单
const exportLoading = ref(false) // 导出的加载中
/** 查询参数列表 */
/** 查询列表 */
const getList = async () => {
loading.value = true
try {