质检修改——20190602

This commit is contained in:
jiangfuzhuang
2019-06-02 15:00:14 +08:00
parent 72267ae710
commit 5711aeb852
8 changed files with 190 additions and 12 deletions

View File

@@ -231,7 +231,11 @@ export default {
methods: {
// 导出
exportUninquirySheet3() {
if (this.machineNumberValue === null) {
this.machineNumberValue = ''
}
searchtable55(this.machineNumberValue).then(res1 => {
console.log(res1.data)
if (res1.data.length === 0) {
this.$message.error('请选择机床')
return