Parcourir la source

feat(equipment): query添加deptId 改变查询列表

Zimo il y a 1 semaine
Parent
commit
b284a90510
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/views/pms/iotrydailyreport/equipment.vue

+ 2 - 0
src/views/pms/iotrydailyreport/equipment.vue

@@ -99,6 +99,8 @@ function reloadAfterCreate() {
   return loadList()
 }
 
+watch(() => query.value.deptId, handleQuery)
+
 onMounted(() => {
   loadList()
 })