Lou
2024-03-04 fb8db39ccdca6ca638b3e133d186cb3fe6a558bc
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) {