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