This commit is contained in:
chenjianan
2019-04-19 11:35:11 +08:00
parent d1c8408275
commit 55f53eedda
2 changed files with 10 additions and 12 deletions

View File

@@ -452,7 +452,6 @@ export default {
this.$refs[formName].validate((valid) => {
if (valid) {
addTable(this.form.供应商名称, this.form.企业性质, this.form.创立日期, this.form.注册资本, this.form.税号, this.form.开户行, this.form.帐号, this.form.电子信箱, this.form.地址, this.form.电话号码, this.form.传真, this.form.货期).then(response => {
console.log(response.data)
if (Number(response.data.output[0].output1) === 0) {
this.$message.warning('该供应商已存在')
} else if (response.data.result[0].result === '1') {