Browse Source

追加执行人默认勾选

seimin 1 year ago
parent
commit
ef1b322f22
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/checkboxModal/checkboxModal.vue

+ 1 - 1
components/checkboxModal/checkboxModal.vue

@@ -31,7 +31,7 @@
31
   export default {
31
   export default {
32
     data() {
32
     data() {
33
       return {
33
       return {
34
-        forceDept: false,
34
+        forceDept: true,
35
         hosId: null,
35
         hosId: null,
36
         timer: null,
36
         timer: null,
37
       };
37
       };