自助平台同步bug修改

prod
anthonywj 2 years ago
parent 6bd46385a6
commit 21c01ee00a

@ -553,17 +553,15 @@ export default {
this.curRow = response.data; this.curRow = response.data;
this.orderFormData.billNo = this.curRow.orderId; this.orderFormData.billNo = this.curRow.orderId;
this.refreshCodesPanel(); this.refreshCodesPanel();
this.$message.error(response.message);
this.selectRlTitle = response.message; this.selectRlTitle = response.message;
this.bindRl(response.data);
} else if (response.code == 503) { } else if (response.code == 503) {
this.curRow = response.data; this.curRow = response.data;
this.orderFormData.billNo = this.curRow.orderId; this.orderFormData.billNo = this.curRow.orderId;
this.refreshCodesPanel(); this.refreshCodesPanel();
this.selectUnitTitle = response.message; this.selectUnitTitle = response.message;
this.$message.error(response.message); this.$message.error(response.message);
this.handleUnitClick(response.data);
} else if (response.code == 504) { } else if (response.code == 504) {
this.$confirm(response.message, "提示", { this.$confirm(response.message, "提示", {
confirmButtonText: "确定", confirmButtonText: "确定",
cancelButtonText: "忽略", cancelButtonText: "忽略",

@ -713,7 +713,7 @@ export default {
if (this.curRow.code != null || this.type == 1) { if (this.curRow.code != null || this.type == 1) {
this.$emit("selectBindRl", val); this.$emit("selectBindRl", val);
this.$emit("closeBindDialog", true); // this.$emit("closeBindDialog", true);
} else { } else {
let query = { let query = {
id: this.curRow.id, id: this.curRow.id,

@ -326,7 +326,7 @@ export default {
closeBindDialog() { closeBindDialog() {
this.selectRlVisible = false; this.selectRlVisible = false;
this.dialogTableVisible = false; this.dialogTableVisible = false;
// this.refreshPanel(); this.refreshPanel();
}, },
closeCodeDialog() { closeCodeDialog() {

Loading…
Cancel
Save