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;
+                    }
                 }
             })
         },