소스 검색

fix:停用工单后需要重新获取列表

ly 10 달 전
부모
커밋
fdbc6150db
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/business/entrust/workOrder/currentMonth/index.vue

+ 1 - 0
src/views/business/entrust/workOrder/currentMonth/index.vue

@@ -417,6 +417,7 @@
       loading.value = false;
       stopWorkOrderApi(selections.value).then((res)=>{
         proxy.$modal.msgSuccess("停用成功");
+        getList();
       })
     }).catch((e) => {