|
|
@@ -589,13 +589,13 @@ export default {
|
|
|
this.bindCurrentRow = row; // 保存当前行数据
|
|
|
this.bindForm.bindShow = true;
|
|
|
},
|
|
|
- changeSysPayModes(value){
|
|
|
- console.log(value)
|
|
|
+ changeSysPayModes(value,row){
|
|
|
const query = {
|
|
|
pageNum: 1,
|
|
|
pageSize: 100,
|
|
|
merchantType: value,
|
|
|
- isDeleted: 0
|
|
|
+ isDeleted: 0,
|
|
|
+ appId:this.bindCurrentRow.appid
|
|
|
}
|
|
|
listMerchantAppConfig(query).then( response => {
|
|
|
this.merchantAppConfigList = response.rows;
|