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