|
@@ -1380,12 +1380,17 @@ export default {
|
|
serviceId: Number(this.dataId),
|
|
serviceId: Number(this.dataId),
|
|
dataContent: this.dataContent,
|
|
dataContent: this.dataContent,
|
|
})
|
|
})
|
|
|
|
+ if (code == 0) {
|
|
|
|
+ this.tableData = returnData
|
|
|
|
+ this.tableCols = returnData.columnSet
|
|
|
|
+ this.serviceId = returnData.submitID
|
|
|
|
+ this.loading = false
|
|
|
|
+ }
|
|
} else {
|
|
} else {
|
|
const { code, returnData } = await TempQuery({
|
|
const { code, returnData } = await TempQuery({
|
|
id: Number(this.dataId),
|
|
id: Number(this.dataId),
|
|
dataContent: this.dataContent,
|
|
dataContent: this.dataContent,
|
|
})
|
|
})
|
|
- }
|
|
|
|
if (code == 0) {
|
|
if (code == 0) {
|
|
if (returnData.listValues.length === 0) {
|
|
if (returnData.listValues.length === 0) {
|
|
this.page--
|
|
this.page--
|
|
@@ -1534,6 +1539,7 @@ export default {
|
|
this.loading = false
|
|
this.loading = false
|
|
this.$message.error('获取表格数据失败')
|
|
this.$message.error('获取表格数据失败')
|
|
}
|
|
}
|
|
|
|
+ }
|
|
} catch (error) {
|
|
} catch (error) {
|
|
this.page--
|
|
this.page--
|
|
this.loading = false
|
|
this.loading = false
|