Преглед изворни кода

update 物料配方信息“

docs_0727
lb пре 1 година
родитељ
комит
39386d9da9
1 измењених фајлова са 10 додато и 4 уклоњено
  1. +10
    -4
      src/views/atomViews/ListViewWithHead.vue

+ 10
- 4
src/views/atomViews/ListViewWithHead.vue Прегледај датотеку

@@ -260,6 +260,12 @@ export default {
duration: 1500,
});
this.getList();
} else {
this.$message({
message: `${res.code}: ${res.msg}`,
type: "error",
duration: 1500,
});
}
})
.catch((errMsg) => {
@@ -288,10 +294,10 @@ export default {
} else {
params[cond] = "";
}
} else if (typeof cond === 'object') {
Object.keys(cond).forEach(key => {
params[key] = cond[key]
})
} else if (typeof cond === "object") {
Object.keys(cond).forEach((key) => {
params[key] = cond[key];
});
}
});
console.log("查询", params);


Loading…
Откажи
Сачувај