Sfoglia il codice sorgente

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

Zimo 5 giorni fa
parent
commit
b284a90510
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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()
 })