zhuguifei
2025-04-08 c6e203d8e80c9cd8f74c79498662fa20d223ff56
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) {