| | |
| | | |
| | | tupian(formData) |
| | | .then(response => { |
| | | console.log('成功了', response); |
| | | // console.log('成功了', response); |
| | | if (response.code === 200) { |
| | | this.$message.success('图片上传成功!'); |
| | | const index = this.tableList.findIndex(item => item.proId === proId); |
| | |
| | | } |
| | | }) |
| | | .catch(error => { |
| | | console.log('上传失败', error); |
| | | // console.log('上传失败', error); |
| | | this.$message.error('图片上传失败!'); |
| | | }); |
| | | }, |
| | |
| | | this.changtjNumber(val.tjNumber); |
| | | }, |
| | | changtjNumber(val) { |
| | | console.log(8989); |
| | | let tjNumber = val; |
| | | this.loading = true; |
| | | getYxJcXx(tjNumber).then((res) => { |
| | |
| | | .then((response) => { |
| | | this.form.proResult = ""; |
| | | this.form.conclusion = ""; |
| | | |
| | | if (this.tableList.length == 1) { |
| | | this.submitForm(); |
| | | } else { |