Lou
2024-01-17 ef51ae09decb4e016a849d8a5d96be7f44dafc4f
subPackage/task/workLogDetail.vue
@@ -71,7 +71,10 @@
      async onLoad(option) {
         await this.getTypeList();
         await this.getLabelList();
         this.getDetail(option.id);
         setTimeout(() => {
            this.getDetail(option.id);
         }, 200)
      },
      methods: {
         getDetail(id) {