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 16:08:52 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c817cafed94e3bd3e3bc198a195ce99ce5a42a0a
c817cafe
1 parent
c19db6a2
fix 签名组件删除已存在数据时显示默认样式调整
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/components/SignField/MyComponent.vue
src/components/SignField/MyComponent.vue
View file @
c817caf
<!--
* @Date: 2023-03-29 17:44:24
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-06-17 1
3:19:51
* @LastEditTime: 2024-06-17 1
6:05:58
* @FilePath: /data-table/src/components/SignField/MyComponent.vue
* @Description: 文件描述
-->
...
...
@@ -114,6 +114,7 @@ const sign_value = computed(() => {
const handleReset = () => {
// 清空画板
esign.value?.reset();
show_sign.value = true;
show_control.value = true;
// 删除可能存在的签名
image_url.value = "";
...
...
Please
register
or
login
to post a comment