ソースを参照

修改部分细节

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('删除失败!');
                     }