apply-clients 3.4.30 → 3.4.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1654,6 +1654,9 @@
|
|
|
1654
1654
|
)
|
|
1655
1655
|
this.show_data.actid=restpz.data[0].actid
|
|
1656
1656
|
}
|
|
1657
|
+
if(this.selectdata.f_sumtwo_money==''||this.selectdata.f_sumtwo_money==null){
|
|
1658
|
+
this.selectdata.f_sumtwo_money=0
|
|
1659
|
+
}
|
|
1657
1660
|
this.show_data.f_sumtwo_money=this.selectdata.f_sumtwo_money
|
|
1658
1661
|
let res = await this.$resetpost(
|
|
1659
1662
|
`rs/logic/ApplyProductService`,
|