@@ -1693,7 +1693,6 @@
"version": "0.3.2",
"resolved": "https://registry.npmmirror.com/docx-preview/-/docx-preview-0.3.2.tgz",
"integrity": "sha512-YRsyiiejdauCQ2boKNHKjJMiIhOCXs643+NCHnmbCM31e7JWqmPiobtzlmHOnv4i+ft9w+ajPEK1hK7VymyRXQ==",
- "license": "Apache-2.0",
"dependencies": {
"jszip": ">=3.0.0"
}
@@ -81,7 +81,7 @@
const handleValueChange = (state: boolean) => {
if (state) data.hasModified = true;
data.isModified = state;
- alert("1")
+ // alert("1")
};
// 提交操作