Lou
2024-03-21 5db9bf59a85073db5b2ecc6cedac3ca9feef2939
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) {