Commit 8e530b4d authored by huangjie's avatar huangjie

*

parent 4d1ba904
<template> <template>
<div> <div>
<div class="miantitle"> <!--<div class="miantitle">-->
<span>客户管理</span> <!--<span>客户管理</span>-->
<span> / 客户列表</span> <!--<span> / 客户列表</span>-->
<span> / 跟进动态</span> <!--<span> / 跟进动态</span>-->
</div> <!--</div>-->
<div class="app-container"> <div class="app-container">
<gjjl types="gjdt" :data="datas" isDisabled=true></gjjl> <gjjl types="gjdt" :data="datas" isDisabled=true></gjjl>
......
...@@ -147,7 +147,8 @@ ...@@ -147,7 +147,8 @@
//添加客户 //添加客户
submitForm(formName) { submitForm(formName) {
this.queryParam.userId = this.$store.state.user.userId this.queryParam.userId = this.$store.state.user.userId
this.queryParam.investmentAmount = parseFloat(this.queryParam.investmentAmount) if(this.queryParam.investmentAmount!="")
this.queryParam.investmentAmount = parseFloat(this.queryParam.investmentAmount)
this.$refs[formName].validate((valid) => { this.$refs[formName].validate((valid) => {
if (valid) { if (valid) {
addProject(this.queryParam).then(result=>{ addProject(this.queryParam).then(result=>{
......
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