zhuguifei
2025-04-08 ab59bcf89f3996d4da73402dd362b2a5d865735e
eims-ui/apps/web-antd/src/views/eims/repair-record/index.vue
@@ -70,6 +70,17 @@
// 使用 watch 监听 resId 的变化
watch(
  () => props.reqId,
  (newVal, oldVal) => {
    if (newVal !== oldVal && newVal) {
      tableApi.query();
    }
  },
  { immediate: false }
);
// 使用 watch 监听 resId 的变化
watch(
  () => props.resId,
  (newVal, oldVal) => {
    if (newVal !== oldVal && newVal) {