修复无法新建报表bug

This commit is contained in:
1340691923@qq.com 2022-03-07 11:12:11 +08:00
parent 9206115df3
commit a4ec7e98cb

View File

@ -95,7 +95,7 @@ export default {
}, },
async addForm() { async addForm() {
const input = JSON.parse(JSON.stringify(this.form)) const input = JSON.parse(JSON.stringify(this.form))
input['data'] = JSON.stringify(this.Data) input['data'] = JSON.stringify(this.data)
const res = await AddReportTable(input) const res = await AddReportTable(input)
if (res.code != 0) { if (res.code != 0) {
this.$message({ this.$message({