|
|
@@ -167,7 +167,7 @@ export default {
|
|
|
total:100,
|
|
|
list:[],
|
|
|
dialogTitle:'',
|
|
|
- form1:{is_active:1},
|
|
|
+ form1:{is_active:1,password:null,rePassword:null},
|
|
|
loading:false,
|
|
|
input:'',
|
|
|
dialogVisible:false,
|
|
|
@@ -207,7 +207,7 @@ export default {
|
|
|
this.dialogTitle = "编辑管理员";
|
|
|
this.dialogVisible = true;
|
|
|
this.form1 = {...row} ;
|
|
|
- this.form1.rePassword = this.form1.password
|
|
|
+ this.rePassword = this.form1.password
|
|
|
},
|
|
|
gopage(size){
|
|
|
if(size){
|