自助平台同步bug修改

prod
anthonywj 2 years ago
parent 6bd46385a6
commit 21c01ee00a

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

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

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

Loading…
Cancel
Save