@@ -195,7 +195,7 @@ export default {
this.$router.push({
path: `/myiframe/urlPath?name=preview-${name}&src=${this.website.reportUrl}/preview?_u=blade-${name}`,
query: {
- tradeType: "JXS",
+ tradeType: "GN",
tenantId: tenantId
}
});
@@ -209,7 +209,7 @@ export default {
this.checkDialog = true;
this.checkData = row;
} else {
- this.$confirm("此订单余额不足,是否继续审批?", {
+ this.$confirm(res.data.data, {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning"