|
@@ -622,7 +622,7 @@ var vm = new Vue({
|
|
} else if (res.data) {
|
|
} else if (res.data) {
|
|
window.isRetained = res.data.retainedCapital
|
|
window.isRetained = res.data.retainedCapital
|
|
_this.isForce = res.data.fource
|
|
_this.isForce = res.data.fource
|
|
- if (res.data.retainedCapital) {
|
|
|
|
|
|
+ if (res.data.retainedCapital || !result) {
|
|
_this.showForm = true
|
|
_this.showForm = true
|
|
_this.getOldInfo(source)
|
|
_this.getOldInfo(source)
|
|
_this.curDom = dom
|
|
_this.curDom = dom
|