From 41accbc320b74163a4d9450882677ff3ff0318d6 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期五, 26 七月 2024 15:47:44 +0800
Subject: [PATCH] 解决检验任务值不能输入的bug
---
src/components/view/b1-unpass.vue | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/components/view/b1-unpass.vue b/src/components/view/b1-unpass.vue
index d8944df..03c1cf0 100644
--- a/src/components/view/b1-unpass.vue
+++ b/src/components/view/b1-unpass.vue
@@ -70,15 +70,12 @@
<script>
import ValueTable from '../tool/value-table.vue'
- import Word from '../tool/word.vue'
- import file from '../../util/file';
import {
convertToHtml
} from 'mammoth';
export default {
components: {
ValueTable,
- Word,
},
data() {
return {
--
Gitblit v1.9.3