Commit f6a4b0ea by 李少勇

修改setmod

parent 4fa427f3
...@@ -405,7 +405,7 @@ export default { ...@@ -405,7 +405,7 @@ export default {
} }
}, },
}, },
created: function () {}, created () {},
}; };
</script> </script>
<style></style> <style></style>
...@@ -11,7 +11,7 @@ export default { ...@@ -11,7 +11,7 @@ export default {
this.model.setmod.doccur = rtnmsg.data.doccur; this.model.setmod.doccur = rtnmsg.data.doccur;
this.model.setmod.docamt = rtnmsg.data.docamt; this.model.setmod.docamt = rtnmsg.data.docamt;
// 试算账务 // 试算账务
if (this.model.setmod.setfeg.setfel.length === 0) { if (this.model.setmod.setfeg.setfel.length > 0) {
loading = this.loading('正在请求试算账务'); loading = this.loading('正在请求试算账务');
let setglgRequestParams = fn() let setglgRequestParams = fn()
let res = await Api.post(`/service/${ objtyp.toLowerCase() }/setmod/calcPayDetail`, setglgRequestParams); let res = await Api.post(`/service/${ objtyp.toLowerCase() }/setmod/calcPayDetail`, setglgRequestParams);
......
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