Lou
2024-01-17 ef51ae09decb4e016a849d8a5d96be7f44dafc4f
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)
         }
      },