Explorar el Código

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

ly hace 10 meses
padre
commit
fdbc6150db
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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) => {