Commit 34ac6cb5 by WH

LITAME前端缺陷修复

parent 06bd14f4
...@@ -195,7 +195,7 @@ export default { ...@@ -195,7 +195,7 @@ export default {
this.model.amecur = row.srcStr.split('\t')[2] this.model.amecur = row.srcStr.split('\t')[2]
this.model.reduceamt = row.srcStr.split('\t')[3] this.model.reduceamt = row.srcStr.split('\t')[3]
this.model.amedat = row.srcStr.split('\t')[4] this.model.amedat = row.srcStr.split('\t')[4]
this.model.ameflg = '接受' this.model.ameflg = 'Y'
}, },
open(val) { open(val) {
......
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