xuezizhuo 1 жил өмнө
parent
commit
fa2747b215

+ 2 - 0
zkqy-ui/src/views/orderMange/index.vue

@@ -1303,6 +1303,8 @@ export default {
           this.$message.error("删除失败");
           throw Error("删除失败");
         }
+        this.ids = [];
+        this.$refs.tableRef.clearSelection();
       } catch (error) {
         console.log(error);
       }