营销合同

This commit is contained in:
Vergil
2020-03-16 10:37:47 +08:00
parent 8578d88a60
commit 9996ddc9f0

View File

@@ -680,14 +680,12 @@ export default {
this.fetchData() this.fetchData()
this.fetchTableData1() this.fetchTableData1()
this.fetchCustomerData() this.fetchCustomerData()
console.log(this.$toTop(), 222)
}, },
methods: { methods: {
// 2020 02 18 刘路加 增加 // 2020 02 18 刘路加 增加
fun() { fun() {
this.form.contractAmount = Number(this.form.contractAmount).toFixed(2) this.form.contractAmount = Number(this.form.contractAmount).toFixed(2)
}, },
searchName() { // 模糊查询姓名 searchName() { // 模糊查询姓名
this.tableData3 = [] this.tableData3 = []
SelectMarketingManager().then(response => { SelectMarketingManager().then(response => {