|
@@ -2484,6 +2484,7 @@ export default {
|
|
|
tableOwner: val.tableOwner - 0,
|
|
|
pkeyId: val.pkeyId,
|
|
|
tableName: val.tableName,
|
|
|
+ fillRate: val.fillRate,
|
|
|
})
|
|
|
})
|
|
|
this.formDatass = da
|
|
@@ -2503,6 +2504,7 @@ export default {
|
|
|
nodeName: val.tableName,
|
|
|
tableType: val.tableType,
|
|
|
tableOwner: val.tableOwner,
|
|
|
+ fillRate: val.fillRate,
|
|
|
})
|
|
|
}
|
|
|
|