We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be79e7c commit 246a010Copy full SHA for 246a010
Vol.Vue3版本/src/views/builder/coder.vue
@@ -367,10 +367,7 @@ export default {
367
this.http
368
.post("/api/builder/CreateModel", this.tableInfo, true)
369
.then((x) => {
370
- this.$Message.info({
371
- content: x,
372
- duration: 5,
373
- });
+ this.$message.info(x);
374
});
375
376
},
@@ -422,7 +419,7 @@ export default {
422
419
423
420
this.tableInfo = x.data;
424
421
this.$refs.form.reset(x.data);
425
- // this.layOutOptins.fields.vuePath = localStorage.getItem("vuePath");
+ this.layOutOptins.fields.vuePath = localStorage.getItem("vuePath");
426
this.data = x.data.tableColumns;
427
// this.$Message.info(x);
428
0 commit comments