liuhj 1 주 전
부모
커밋
db0008a6f2
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/components/OP/EntryDetails.vue

+ 4 - 0
src/components/OP/EntryDetails.vue

@@ -1462,6 +1462,10 @@ export default {
                     that.fullscreenLoading = false;
                     that.GetEnterExitCostCorrelationTips(1);
                     that.$message.warning(res.data.msg);
+                    if (res.data.msg=='未查询出数据!可操作该条数据!') {
+                        that.isSave=true;
+                        that.isView=true;
+                    }
                 }
             })
         },