Commit 7acd5b0c by chenqiang

基础查询 表头设置

parent 292aa9e8
......@@ -682,7 +682,7 @@ export default {
self.$set(saveData, "name", self.title);
self.$set(saveData, "list", self.formThead);
saveTableTitleRedis(JSON.stringify(saveData)).then((res) => {
if (res.code == 20000) {
if (res.code == 200) {
self.$message({
type: "success",
message: "保存成功",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment