소스 검색

Update levelManager.vue

lex-xin 3 년 전
부모
커밋
daf9542a39
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/levelManager/levelManager.vue

+ 1 - 1
src/views/levelManager/levelManager.vue

@@ -341,7 +341,7 @@ export default {
       // };
       this.$refs.searchForm.resetFields();
       //  this.$set(this.searchForm,'status','pay')
-      this.searchForm.status = "pay";
+      this.searchForm.status = 2;
       this.onSearch();
     },
     getList() {