Commit 13d0826d authored by 刘雅文's avatar 刘雅文

新需求

parent 9e668103
......@@ -245,7 +245,6 @@ export default {
if (!valid) {
return false
}
if(this.ruleForm.feedNo){
this.$$post('/feed/updateClientFeed', {
feedNo:this.ruleForm.feedNo,
......
......@@ -156,10 +156,12 @@ export default {
},
updateQueDialog(row) {
const {loanNo} = this.params;
console.log(row, '那啥');
this.visible = true;
this.dialogTitle = '意见反馈';
this.dialogParams = row;
this.dialogParams.loanNo=loanNo;
},
headerStyle() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment