|
@@ -286,20 +286,8 @@
|
|
|
},
|
|
|
methods:{
|
|
|
getAccountListByPage(){
|
|
|
- // this.loading=true;
|
|
|
- // let value = this.value;
|
|
|
- // this.ajax
|
|
|
- // .get('/page')
|
|
|
- // .then(res=>{
|
|
|
- // this.loading=false
|
|
|
- // let data=res.data;
|
|
|
- // this.getAccountListByPage();
|
|
|
- // this.tableData = data;
|
|
|
- // })
|
|
|
- // .catch(err => {
|
|
|
- // console.log(err);
|
|
|
- // });
|
|
|
- },
|
|
|
+
|
|
|
+ },
|
|
|
init(){
|
|
|
this.dialogVisible=false;
|
|
|
this.dialogVisible1=false;
|
|
@@ -335,6 +323,7 @@
|
|
|
this.dialogVisible1=false;
|
|
|
},
|
|
|
handleSelectionChange(val) {
|
|
|
+ console.log(val);
|
|
|
this.multipleSelection = val;
|
|
|
},
|
|
|
paApply(){
|