浏览代码

修改部分细节

yuanrf 1 年之前
父节点
当前提交
e464618716
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/OP/CarTouristGuideGroundId.vue

+ 1 - 1
src/components/OP/CarTouristGuideGroundId.vue

@@ -286,7 +286,7 @@ export default {
                             message: '删除成功',
                             type: 'success'
                         });
-                        that.PostVisaByDiId();
+                        that.tableDatas.splice(index,1);
                     } else {
                         that.$message.error('删除失败!');
                     }