Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2024-06-17 14:59:05 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d74e2fdf8b69b918a74213a02ae7bbb518cc1b2b
d74e2fdf
1 parent
01958f8b
fix data_id查询数据错误,提交按钮隐藏
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
src/views/index.vue
src/views/index.vue
View file @
d74e2fd
<!--
* @Date: 2022-07-18 10:22:22
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-06-17 1
1:19:43
* @LastEditTime: 2024-06-17 1
4:58:40
* @FilePath: /data-table/src/views/index.vue
* @Description: 首页
-->
...
...
@@ -452,6 +452,9 @@ onMounted(async () => {
}
});
}
if (!history_data) {
PCommit.value.visible = false; // 查询数据错误,提交按钮隐藏
}
}
// TAG: mock数据
...
...
Please
register
or
login
to post a comment