Lou
2024-03-19 d34c7c19ab062b8e99b7af7e1d44e009c1b9b739
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) {