liuhj 3 ヶ月 前
コミット
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;
+                    }
                 }
             })
         },