Lou
2024-02-03 2d95e769f7dcdc30e2ba699d6674820787b5e5fb
subPackage/workbench/views/workLog.vue
@@ -210,7 +210,9 @@
         if (option.id) {
            this.isEdit = true;
            this.id = option.id;
            this.getDetail(option.id)
            setTimeout(() => {
               this.getDetail(option.id)
            }, 200)
         }
      },