Kaynağa Gözat

填报率 参数

gangyj 2 yıl önce
ebeveyn
işleme
9a72c60d36

+ 2 - 0
src/views/manager/projectinfo/tree.vue

@@ -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,
           })
         }
 

+ 2 - 0
src/views/manager/wbsinfo/edit.vue

@@ -2651,6 +2651,7 @@ export default {
             tableOwner: val.tableOwner - 0,
             id: val.id,
             tableName: val.tableName,
+            fillRate: val.fillRate,
           })
         })
         this.formDatass = da
@@ -2670,6 +2671,7 @@ export default {
             nodeName: val.tableName,
             tableType: val.tableType,
             tableOwner: val.tableOwner,
+            fillRate: val.fillRate,
           })
         }