mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 18:46:45 +08:00
Merge branch 'feature/建议书回退功能' into dev
# Conflicts: # src/views/ebiz/common/MainRiskList.vue
This commit is contained in:
@@ -81,10 +81,10 @@ export default {
|
|||||||
switch (this.isFrom) {
|
switch (this.isFrom) {
|
||||||
case 'proposal':
|
case 'proposal':
|
||||||
mainListDate.platform = 'proposal'
|
mainListDate.platform = 'proposal'
|
||||||
break;
|
break
|
||||||
case 'sale':
|
case 'sale':
|
||||||
mainListDate.platform = 'app'
|
mainListDate.platform = 'app'
|
||||||
break;
|
break
|
||||||
}
|
}
|
||||||
let resultData = await mainRiskList(mainListDate)
|
let resultData = await mainRiskList(mainListDate)
|
||||||
if (resultData.result == 0) {
|
if (resultData.result == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user