12/20 bug优化

dev_unify
wangwei 7 months ago
parent 76ad8c9451
commit b60e31fbe7

@ -722,7 +722,7 @@ export default {
if (isBlank(this.relId)) { if (isBlank(this.relId)) {
this.checkedUdi(); this.checkedUdi();
} else { } else {
this.$confirm("是否确定关联DI产品名称:" + this.cpmctymc1 + ":与第三方产品名称" + this.data.cpmctymc, "提示", { this.$confirm("是否确定关联此DI!" , "提示", {
confirmButtonText: "确定", confirmButtonText: "确定",
cancelButtonText: "取消", cancelButtonText: "取消",
type: "warning", type: "warning",
@ -749,6 +749,7 @@ export default {
} }
} else { } else {
this.combineQuery.relId = this.relId;
selectData.forEach((obj) => { selectData.forEach((obj) => {
if (obj.check) { if (obj.check) {
selected = obj; selected = obj;

@ -1245,7 +1245,7 @@ export default {
}, },
// //
getOrderDetails() { getOrderDetails() {
this.codeQuery.page = 1; // this.codeQuery.page = 1;
//this.resultQuery.page = 1; //this.resultQuery.page = 1;
this.getCodeDetailList(); this.getCodeDetailList();

@ -1246,7 +1246,7 @@ export default {
}, },
// //
getOrderDetails() { getOrderDetails() {
this.codeQuery.page = 1; // this.codeQuery.page = 1;
//this.resultQuery.page = 1; //this.resultQuery.page = 1;
this.getCodeDetailList(); this.getCodeDetailList();

@ -1019,7 +1019,7 @@ export default {
this.loading = false; this.loading = false;
if (response.code == 20000) { if (response.code == 20000) {
this.$message.success(response.data); this.$message.success(response.data);
this.$emit("closeSelDialog", true); // this.$emit("closeSelDialog", true);
this.closeSelDialog(); this.closeSelDialog();
} else { } else {
this.$message.error(response.message); this.$message.error(response.message);

Loading…
Cancel
Save