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

新需求

parent 9e668103
...@@ -245,7 +245,6 @@ export default { ...@@ -245,7 +245,6 @@ export default {
if (!valid) { if (!valid) {
return false return false
} }
if(this.ruleForm.feedNo){ if(this.ruleForm.feedNo){
this.$$post('/feed/updateClientFeed', { this.$$post('/feed/updateClientFeed', {
feedNo:this.ruleForm.feedNo, feedNo:this.ruleForm.feedNo,
......
...@@ -156,10 +156,12 @@ export default { ...@@ -156,10 +156,12 @@ export default {
}, },
updateQueDialog(row) { updateQueDialog(row) {
const {loanNo} = this.params;
console.log(row, '那啥'); console.log(row, '那啥');
this.visible = true; this.visible = true;
this.dialogTitle = '意见反馈'; this.dialogTitle = '意见反馈';
this.dialogParams = row; this.dialogParams = row;
this.dialogParams.loanNo=loanNo;
}, },
headerStyle() { 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