licailing 4 лет назад
Родитель
Сommit
bbd39cd450

+ 2 - 2
src/main/vue/src/views/performance/ArrangeJudgeList.vue

@@ -80,7 +80,7 @@
         <el-table
             v-if="!onlines"
             :data="tableData"
-            empty-text="加载中..."
+            empty-text="暂无数据"
             row-key="id"
             ref="table"
             header-row-class-name="table-header-row"
@@ -118,7 +118,7 @@
             v-if="onlines"
             :data="tableData"
             style="margin-top:20px"
-            empty-text="加载中..."
+            empty-text="暂无数据"
             row-key="id"
             ref="table"
             header-row-class-name="table-header-row"

+ 1 - 1
src/main/vue/src/views/record/RecordRegulationList.vue

@@ -280,7 +280,7 @@ export default {
         },
         saveRow(row) {
             this.isShow = true;
-            this.$refs.dataRefs.init(row.id);
+            this.$refs.dataRefs.init(row);
         },
         download() {
             this.downloading = true;

+ 1 - 1
src/test/java/com/izouma/wenlvju/repo/RepoTest.java

@@ -205,7 +205,7 @@ public class RepoTest extends ApplicationTests {
     }
 
     @Test
-    public void test6(){
+    public void test6() {
         String phone = "18205083565";
         System.out.println(phone.replace(phone.substring(3, phone.length() - 4), "****"));
     }