@@ -167,7 +167,7 @@
data() {
return {
// 遮罩层
- loading: true,
+ loading: false,
submitFormLoading: false,
fjhId:null,
currentRow:null,
@@ -215,7 +215,7 @@
};
},
created() {
- this.getList();
+ // this.getList();
methods: {