|
@@ -315,12 +315,12 @@
|
|
|
},
|
|
|
handleResetPwd(row) {
|
|
|
if(this.$refs.setIntegralForm) {
|
|
|
- this.$refs.setIntegralForm.initData('设置积分' + '编辑', "EDIT",{...row})
|
|
|
+ this.$refs.setIntegralForm.initData('设置积分', "EDIT",{...row})
|
|
|
}
|
|
|
},
|
|
|
handleAuthRole(row) {
|
|
|
if(this.$refs.setStoredValue) {
|
|
|
- this.$refs.setStoredValue.initData('设置储值' + '编辑', "EDIT",{...row})
|
|
|
+ this.$refs.setStoredValue.initData('设置储值', "EDIT",{...row})
|
|
|
}
|
|
|
},
|
|
|
// 更多操作触发
|